…you’re tempted to contact the database vendor providing the driver and open yet another ticket because you think this method in said driver returns an incorrect value:

public boolean jdbcCompliant()
{
return true;
}

Although this one might be a good one to fix too:

public ResultSet getPrimaryKeys(String s, String s1, String s2)
throws SQLException
{
throw new OdxCLJException(25500);
}

That is all.