oracle-r2dbc
oracle-r2dbc copied to clipboard
R2DBC Driver for Oracle Database
When creating a connection using the r2dbc ConnectionFactoryOptions the Oracle adaptor will use ForkJoinPool.commonPool() as the executor. Note: I raised this then noticed PR https://github.com/oracle/oracle-r2dbc/pull/131. However the suggestion below would...
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.
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...
The sample `0.3.0` produces an error with missing symbol for DescriptorUrl. This can be fixed by upgrading to `1.0.0`
This branch adds new test cases to verify the use of BOOLEAN SQL data with Oracle R2DBC. There are no changes required in Oracle R2DBC for BOOLEAN. The 23.4 Oracle...
It seems 1.2 Oracle r2dbc doesn't support defaultRowPrefetch ConnectionPropety here's the issue: Oracle version: 19c spring boot r2dbc 3.2.5 I have a table (80k rows ), select all data using...
In my project I am using spring-data-r2bc which connects to an Oracle database. My dependencies are: ``` org.springframework.boot spring-boot-starter-webflux com.oracle.database.r2dbc oracle-r2dbc 1.2.0 ``` I am using ReactiveCrudRepository in order to...
This PR was automatically created by Safer, an open-source tool that updates vulnerable dependencies with compatible and more secure versions. Analyzed commit: 2f5d43406b1adf1de6640eb911486b3629ac1fd2 File updated: pom.xml Vulnerabilities reduced: 2 ->...
Hi there 👋, I'm [Safer Bot](https://gitlab.com/lsi-ufcg/vulnerabilidades/safer)! Safer is an open-source tool that automatically updates vulnerable dependencies to more secure and compatible versions. Our goal is to help maintainers keep their...
I'm trying to bind the input parameters of table of udt using OracleR2dbcTypes.arrayType("ADDRESS_TABLE") but getting error ORA-17059: Failed to convert internal representation: {CITY=Newyork}. Does this support binding the table of...