Skip to:
test NationalizedLobFieldTest#testNationalization fails on DB2, MariaDB, MySQL, PostgreSql and Sybase
DB2:jdbc driver doesn't support getNClob method
MariaDB:
Also MariaDB Connector doesn't support getNClob: https://github.com/MariaDB/mariadb-connector-j/blob/master/src/main/java/org/mariadb/jdbc/MariaDbResultSet.java#L3245
MySQL:the same as MariaDB
PostgreSQL:PostgreSQL hasn't NCLOB/CLOB types, but is has TEXT
Sybase:
also JDBC driver doesn't support getNClob
Fixed in master and 5.0 branches.
PR master: https://github.com/hibernate/hibernate-orm/pull/1240PR 5.0: https://github.com/hibernate/hibernate-orm/pull/1243
it skips NationalizedLobFieldTest on databases that don't support nclob
test NationalizedLobFieldTest#testNationalization fails on DB2, MariaDB, MySQL, PostgreSql and Sybase
DB2:
jdbc driver doesn't support getNClob method
MariaDB:
Also MariaDB Connector doesn't support getNClob: https://github.com/MariaDB/mariadb-connector-j/blob/master/src/main/java/org/mariadb/jdbc/MariaDbResultSet.java#L3245
MySQL:
the same as MariaDB
PostgreSQL:
PostgreSQL hasn't NCLOB/CLOB types, but is has TEXT
Sybase:
also JDBC driver doesn't support getNClob