[CONJ-286] Deploying non-JDBC-compliant driver Created: 2016-04-22 Updated: 2016-04-25 Resolved: 2016-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 1.4.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Christian Bourque | Assignee: | Diego Dupin |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
WildFly 8.2.1 (Java 7) |
||
| Description |
|
We use the MariaDB connector on WildFly 8.2.1 and during the startup process I see this message on the console and I was wondering why it would report that:
Is it true that the current version of the driver is not 100% JDBC compliant? |
| Comments |
| Comment by Diego Dupin [ 2016-04-25 ] |
|
driver is jdbc 1.4.0 compliant, but not completely support 1.4.1, 1.4.2. |
| Comment by Diego Dupin [ 2016-04-25 ] |
|
Jboss use Driver.jdbcCompliant() ( https://docs.oracle.com/javase/7/docs/api/java/sql/Driver.html#jdbcCompliant() ) to display this message. |
| Comment by Christian Bourque [ 2016-04-25 ] |
|
Ok I guess you can close this ticket! Thanks for looking at it |