sql >> Databasteknik >  >> RDS >> PostgreSQL

JBoss loggar Postgres-drivrutinen är icke-JDBC-kompatibel

Enligt detta JBoss-foruminlägg ingen:Varför är min JDBC4-kompatibla drivrutin inläst som "icke-JDBC-kompatibel" ?

Och källkod:

 /**
* 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

Detta är en del av TODO-listan http://jdbc.postgresql.org/development/ todo.html#Compliance




  1. App Engine och MySQL

  2. MySQL 5.7 RAND() och IF() utan LIMIT leder till oväntade resultat

  3. Unix Timestamp bigint(20)

  4. Windows kan inte hitta 'http://.127.0.0.1:%HTTPPORT%/apex/f?p=4950'. Se till att du skrivit namnet korrekt och försök sedan igen