oracle-r2dbc icon indicating copy to clipboard operation
oracle-r2dbc copied to clipboard

NCHAR Test Fix

Open Michael-A-McMahon opened this issue 2 years ago • 0 comments

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.

Michael-A-McMahon avatar Jul 05 '22 19:07 Michael-A-McMahon