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: Support "NoTimeZone" to bypass MySQL JDBC use of Timezone Calendar #3398

Merged
merged 1 commit into from
May 1, 2024

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented May 1, 2024

Refer #3393 #3394

Logic added into InternalConfiguration.initDataTimeZone()

if ("NoTimeZone".equals(tz)) {
  return new NoDataTimeZone();
}

Refer to: https://groups.google.com/g/ebean/c/rEjbcYE6K84/m/IpOxG2GQAwAJ?utm_medium=email&utm_source=footer

@rbygrave rbygrave self-assigned this May 1, 2024
@rbygrave rbygrave added this to the 14.2.0 milestone May 1, 2024
@rbygrave rbygrave merged commit d034821 into master May 1, 2024
1 check passed
@rbygrave rbygrave deleted the feature/NoTimeZone branch May 1, 2024 08:31
@rPraml
Copy link
Contributor

rPraml commented May 21, 2024

Note: There are some additional TZ options in the new driver 3.4.0 https://jira.mariadb.org/browse/CONJ-1171

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