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

Add a timezone as region option #81

Merged
merged 3 commits into from
Sep 3, 2022
Merged

Conversation

Michael-A-McMahon
Copy link
Member

Resolving issue #79, this branch declares an extended io.r2dbc.spi.Option to configure JDBC's timezone as region property.

By setting the property to "false", Oracle R2DBC can connect to an Oracle Database that doesn't recognize the timezone of the JVM.

I'm trying something new in the README here. I'm documenting the property, but I'm marking it as (For inclusion in the next release). The idea is that I want to document things when they are still fresh in my mind. But I also don't want to confuse programmers who might read the doc and think the option exists in the current release. I hope this works...

@jeandelavarene jeandelavarene merged commit bf030b2 into main Sep 3, 2022
@jeandelavarene jeandelavarene deleted the 79-timezone-as-region branch September 3, 2022 14:57
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.

Support oracle.jdbc.timezoneAsRegion driver parameter
2 participants