[CONJ-21] PreparedStatement.getMetaData() returns null Created: 2013-02-06 Updated: 2013-04-28 Resolved: 2013-04-28 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | None |
| Affects Version/s: | 1.1.1 |
| Fix Version/s: | 1.1.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | John Keeping | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 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. |
| Comments |
| Comment by Elena Stepanova [ 2013-02-06 ] |
|
Maybe it will start working after |
| Comment by Vladislav Vaintroub [ 2013-04-28 ] |
|
We do not need full |