Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
If getDouble() called on some sort of string field and the value is not convertible to double, text result(client side prepared statement and statements) returns 0, but binary result(server side prepared statements) throws an exception.
Since text protocol is used by default, it should be the same with binary - i.e 0 returned. Also, that is probably correct way