Michael McMahon

Results 13 issues of Michael McMahon

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

This branch updates the bind type mapping tests to make use of R2dbcTypes NCHAR and NVARCHAR. These N types need to be configured if a String bind contains non-ascii characters....

This is a work in progress. I'm creating the pull request in order to verify if the new test action is working correctly. This branch adds a new action to...

JDBC has registerOutParameter methods on CallableStatement which accept a type name: https://docs.oracle.com/javase/8/docs/api/java/sql/CallableStatement.html#registerOutParameter-int-java.sql.SQLType-java.lang.String- Is there any interest in the R2DBC SPI also having a way to do this? This problem can...

type: enhancement

I'm finding it a bit awkward to use add() correctly. It requires coding in a branch to have the first set of binds are handled differently, like this: ```java /**...

for: team-attention
target: R2DBC.next

This branch adds support for REF CURSOR results from PL/SQL. A new REF_CURSOR constant in OracleR2dbcTypes allows out parameters to be registered for this type. Readable.get(...) methods allow REF CURSOR...

OCA Verified

This branch adds support for retrieving Oracle Net Descriptors from an LDAP server. Oracle R2DBC will now accept "ldap" as a protocol in the r2dbc:oracle: URI scheme. LDAP functionality added...

OCA Verified

We should make sure JavaDocs aren't broken before merging to main.

Updating the test action to use a 23.2 database image. This is an experiment. This pull request is only created in order to trigger the action.

OCA Verified

It is reported that the 'RETURNING ... INTO ...' clause does not work for JSON views when binding Parameter.Out objects to the out binds. It is also reported that this...