oracle-r2dbc
oracle-r2dbc copied to clipboard
Add a timezone as region option
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...