[CONJ-8] CommonDatabaseMetaData.supportsSchemasInTableDefinitions returns true even though mysql connector does not support schemas Created: 2013-01-07 Updated: 2013-01-10 Resolved: 2013-01-10 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | George El Boustani | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
CommonDatabaseMetaData.supportsSchemasInTableDefinitions is returning true whereas the official mysql client returns false. This means we cannot use it in jira. |
| Comments |
| Comment by Vladislav Vaintroub [ 2013-01-08 ] |
|
Pushed fix for it . CommonDatabaseMetaData class is gone btw, there is just MySQLDatabaseMetaData now. |