-
Bug
-
Resolution: Done
-
Major
-
None
-
None
An nchar column binding in the where clause will use the FIXED_CHAR (999) oracle type - however that converts the value to ascii, which may result in invalid results:
nchar_col = ?
where ? is bound to Ā would search instead for A.