nherment / seneca-postgresql-store

PostgreSQL plugin for Seneca MVP
MIT License
3 stars 11 forks source link

fixing issue throughout #12

Closed bmullan91 closed 9 years ago

bmullan91 commented 9 years ago

Enables the IS NULL when the query parameter is an empty string.

nherment commented 9 years ago

@bmullan91 it's excellent to add the NULL capability to 'delete' and 'distinct' but we can't assume that a query criteria with an empty string value is equivalent to a null value. The two are different both in JS and in the DB.

bmullan91 commented 9 years ago

Totally - I'll do those in a separate PR. This one can die.