mikeball / foundation

A clojure data access library for postgresql.
Eclipse Public License 1.0
30 stars 0 forks source link

Handle nil Parameters on Inserts/Updates #5

Closed mikeball closed 8 years ago

mikeball commented 8 years ago

When a database column allows nulls, inserts/updates can not set the value to null because it uses the value of the parameter to determine the type. JDBC requires this type. If the value is null, the sql type can't be inferred.

mikeball commented 8 years ago

Closed with commit 18bc53dc7d176f8f101616e18fd76f17442b5230