oracle / oracle-r2dbc

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

NCHAR Test Fix #80

Closed Michael-A-McMahon closed 1 year ago

Michael-A-McMahon commented 2 years ago

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. Otherwise, the driver binds the String as CHAR/VARCHAR, which use the database character. If the database character set is not one that supports non-ascii characters, then these tests would fail.

I also removed an .iml file from IntelliJ which should not have been included in our repo.