oracle / oracle-r2dbc

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

Support DML Returning for JSON Views #121

Open Michael-A-McMahon opened 1 year ago

Michael-A-McMahon commented 1 year ago

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 does work for JDBC's CallableStatement.registerOutParameter. If the Oracle JDBC driver supports this, then Oracle R2DBC should be able to as well.