oracle / oracle-r2dbc

R2DBC Driver for Oracle Database
https://oracle.com
Other
197 stars 40 forks source link

Add a timezone as region option #81

Closed Michael-A-McMahon closed 2 years ago

Michael-A-McMahon commented 2 years ago

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...