Test NationalizedIgnoreCaseTest.testIgnoreCaseCriteria fails on some databases that don't support nString type
Description
Activity
Show:
Vlad Mihalcea April 7, 2016 at 7:18 AM
Applied PR.

Martin Simka March 4, 2016 at 11:24 AM
master PR: https://github.com/hibernate/hibernate-orm/pull/1281
PR skips NationalizedIgnoreCaseTest on db2 and postgresql. It can't skip test on maridb, because there is no mariadb dialect and mysql dialect is used with mariadb. If there is a way how to distinguish these two databases, please let me know and I'll update PR.
Could you please also cherry-pick fix to 5.0?
test NationalizedIgnoreCaseTest.testIgnoreCaseCriteria fails on DB2, MariaDB and PostgreSql
DB2:
jdbc driver doesn't support setNString method
MariaDB:
jdbc driver doesn't support setNString method
https://mariadb.atlassian.net/browse/CONJ-260 Add jdbc nString, nCharacterStream, nClob implementation
PostgreSQL:
jdbc driver doesn't support setNString method