QueryTest fails on Sybase
because, unlike other databases, on Sybase the query
CREATE TABLE aa (c varchar null)
INSERT INTO aa VALUES (null)
SELECT * FROM aa WHERE c = null
returns one row (it works the same as is null). These tests were skipped before on Sybase (https://hibernate.atlassian.net/browse/HHH-11332) . We could skip them again but they pass with jdts driver and only with Sybase driver. List of affected tests (there might be more):
|