CompositeIdRowValueTest fails on databases that don't support row value constructor syntax: MS SQL Server, Oracle, Sybase
MS SQL Server:
com.microsoft.sqlserver.jdbc.SQLServerException: An expression of non-boolean type specified in a context where a condition is expected, near ','.
Oracle:
ORA-00920: invalid relational operator
Sybase:
java.sql.SQLException: Function ROWCON invoked with wrong number or type of argument(s).