oracle / oracle-r2dbc

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

Tests for BOOLEAN #148

Closed Michael-A-McMahon closed 1 month ago

Michael-A-McMahon commented 6 months ago

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 JDBC driver is where Java-SQL conversions and metadata are implemented.