इस JBoss फोरम प्रविष्टि के अनुसार कोई नहीं:मेरे JDBC4-अनुपालक ड्राइवर को "गैर-JDBC- अनुरूप" के रूप में लोड क्यों किया गया है ?
और स्रोत कोड:
/**
* Report whether the driver is a genuine JDBC compliant driver. A
* driver may only report "true" here if it passes the JDBC compliance
* tests, otherwise it is required to return false. JDBC compliance
* requires full support for the JDBC API and full support for SQL 92
* Entry Level.
*
* <p>For PostgreSQL, this is not yet possible, as we are not SQL92
* compliant (yet).
*/
public boolean jdbcCompliant()
{
return false;
}
https://github.com/pgjdbc/pgjdbc /blob/REL9_3_1102/org/postgresql/Driver.java.in
यह TODO सूची का हिस्सा है http://jdbc.postgresql.org/Development/ todo.html#अनुपालन