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 jdbc driver 8.0.23 compatibility #115

Conversation

k-r-g
Copy link
Contributor

@k-r-g k-r-g commented Jun 2, 2022

Make compatible with MySQL JDBC driver 8.0.23

This maintains compatibility with older drivers.

  1. When getting the metadata, specify the catalog name. The newer driver returns metadata for all catalogs if this is left null.
  2. In deserialize, keep the same behavior if getObject() returns a Date. If it returns a LocalDateTime, handle that appropriately.

Details: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-23.html

Keith R. Gustafson added 2 commits June 2, 2022 14:25
This maintains compatibility with older drivers.

1. When getting the metadata, specify the catalog name. The newer driver
returns metadata for all catalogs if this is left null.

2. In deserialize, keep the same behavior if getObject() returns a Date.
If it returns a LocalDateTime, handle that appropriately.

Details:
https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-23.html
@msmith-techempower msmith-techempower merged commit 97e94fb into TechEmpower:master Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants