Closed mikeball closed 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.
Closed with commit 18bc53dc7d176f8f101616e18fd76f17442b5230
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.