oracle-r2dbc
oracle-r2dbc copied to clipboard
Support DML Returning for JSON Views
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.