Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
-
None
Description
While JDBC does allow getMetaData() on a PreparedStatement object to return null if the functionality is unsupported, it would be really useful if the MariaDB JDBC driver could return meta data about a query without needing to execute it.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | jdbc-1.2.0 [ 12500 ] | |
Assignee | Rasmus Johansson [ ratzpo ] | Vladislav Vaintroub [ wlad ] |
Fix Version/s | jdbc-1.1.2 [ 12801 ] | |
Fix Version/s | jdbc-1.1.1 [ 12500 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 26127 ] | MariaDB v2 [ 47844 ] |
Workflow | MariaDB v2 [ 47844 ] | MariaDB connectors [ 54989 ] |
Workflow | MariaDB connectors [ 54989 ] | MariaDB v3 [ 70197 ] |
Workflow | MariaDB v3 [ 70197 ] | MariaDB v4 [ 134667 ] |
Maybe it will start working after
CONJ-22is fixed, but it will need to be checked (and a test case needs to be added).