Fixed issue where setting a value to undefined, caused an invalid update statement - update "tasks" set where "id" = $1 and an error: error: syntax error at or near "where"
Fixed issue where find options object was changed when sent to find method
Fixed an issue where group by was accessible even if allowApiRead was not - this did not affect apiPrefilter