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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Rasmus Johansson [ ratzpo ] | Vladislav Vaintroub [ wlad ] |
Summary | Client Connector cannot handle java.sql.Type.TIMESTAMP | Connector cannot handle java.util.Date in PreparedStatement.setO |
Summary | Connector cannot handle java.util.Date in PreparedStatement.setO | Connector cannot handle java.util.Date in PreparedStatement.setObject |
Fix Version/s | jdbc-1.1.3 [ 13100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 27526 ] | MariaDB v2 [ 47897 ] |
Workflow | MariaDB v2 [ 47897 ] | MariaDB connectors [ 54942 ] |
Workflow | MariaDB connectors [ 54942 ] | MariaDB v3 [ 70145 ] |
Workflow | MariaDB v3 [ 70145 ] | MariaDB v4 [ 134680 ] |
changed bug title to describe the actual bug (it was not about Types.TIMESTAMP