oracle / oracle-r2dbc

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

66 vsession options #67

Closed Michael-A-McMahon closed 2 years ago

Michael-A-McMahon commented 2 years ago

This branch adds support for configuring V$SESSION attributes, fixing issue #66.

Changes in this branch declare new instances of Option in OracleR2dbcOptions. These new Options can be configured programmatically, or as URL query parameters.

The Options are translated into connection properties that configure the underlying Oracle JDBC connection.

Thanks again to @joao-rebelo for bringing this issue to our attention.