[CONJ-794] Issue with Maria DB JDBC Driver while connecting to MemSQL Created: 2020-05-29 Updated: 2021-04-23 Resolved: 2021-04-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | JDBC compatibility |
| Affects Version/s: | 2.6.0 |
| Fix Version/s: | 3.0.0 |
| Type: | Task | Priority: | Minor |
| Reporter: | T. A | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
All, version 2.6.0 and lower |
||
| Issue Links: |
|
||||||||
| Description |
|
The getClientInfo() method implementation is executing below query on underlying database - SELECT @ApplicationName, @ClientUser, @ClientHostName This syntax may not be compatible will all the databases and throws error. I am using it to connect to MemSQL from Websphere Application Portal. This is info client program seeks immediately after making connection. Client will not be able to use the connection to run any query. Kindly check. Thanks |
| Comments |
| Comment by Diego Dupin [ 2020-06-08 ] |
|
in next 3.0 release, getClientInfo() /setClient info will be stored in hashmap in driver, not is user variables. |
| Comment by T. A [ 2020-06-09 ] |
|
Thanks Diego for looking, 2 more related queries - so you will not run that select query in db to get variables in getClientInfo()? Please advise. Regards |
| Comment by T. A [ 2020-06-19 ] |
|
Hi Diego, Hope you are doing great! Request you to please check above queries and confirm on the release date. Regards. |
| Comment by Diego Dupin [ 2020-06-22 ] |
|
3.0.0 will be for the end of next month (but as alpha release), GA, will be a few more month |
| Comment by T. A [ 2020-12-14 ] |
|
Hi Diego, Hope you are doing great! Do you have any update on this fix? Also what is the update on release date of 3.0 version? Regards. |