Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
-
None
Description
The member public void setObject(final int parameterIndex, final Object x, final int targetSqlType) throws SQLException in class
org.mariadb.jdbc.MySQLPreparedStatement.
fails when called with setObject(1, new Date(), Types.TIMESTAMP)
In the case statements of the function TIMESTAMP is not considered.