Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Connector/J v8 will have several changes #742

Open
yoskhdia opened this issue Aug 14, 2017 · 3 comments
Open

MySQL Connector/J v8 will have several changes #742

yoskhdia opened this issue Aug 14, 2017 · 3 comments

Comments

@yoskhdia
Copy link
Member

There are several changes from version 5.1 to 8.0 of the Connector/J.
(see also: https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-whats-new.html)
Things that need attention are as follows:

  • The driver needs Java 8 platform
    • Perhaps, this will have no effect. Because ScalikeJDBC 3.0 requires Java 8 (or higher) and streams module is provided since 3.0 .
  • driver name: com.mysql.jdbc.Driver -> com.mysql.cj.jdbc.Driver
    • This affects here.
  • And... Are there any other attentions?
@seratch
Copy link
Member

seratch commented Aug 20, 2017

Since 6.x, I recognize a change in the driver's behavior while fetching database metadata. The change affected DB.getTable(name) and related APIs.

https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html

MySQL JDBC driver 6.x is not compatible with other major JDBC drivers. I'm not sure the behavior has been fixed in 8.x yet.

@seratch
Copy link
Member

seratch commented Mar 15, 2018

We're looking for contributors who investigate more about this topic.

@seratch seratch added the core label Nov 23, 2019
@seratch seratch added this to the version 5.0.x milestone Jun 12, 2021
@xuwei-k
Copy link
Member

xuwei-k commented Jul 9, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants