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 java.time instances #2011

Closed
wants to merge 5 commits into from
Closed

MySQL java.time instances #2011

wants to merge 5 commits into from

Conversation

jatcwang
Copy link
Collaborator

Based on #1791.

  • Add back LegacyMeta to avoid breaking existing users code

A follow up PR will move JdbcType "tweaks" (tweakJdbcType) into the Meta instance definitions themselves which will allow users to add their tweak the returned JdbcType from their database drivers. Because of this, this PR moves towards the direction of putting the java.time instances in their DB-specific import.

Due to inconsistencies between various database and JDBC drivers on how they report the JDBC column/parameter type (JdbcType) and vendor type name, we separate the java.time instances and put them under the database-specific import.

Implementation changes:

- Analysis now
- When defining a Put/Get using Basic.one etc, user can now pass in an optional checkedVendorTypes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants