sql >> Database teknologi >  >> RDS >> PostgreSQL

JBoss logs Postgres driver er ikke-JDBC-kompatibel

Ifølge dette JBoss forumindlæg ingen:Hvorfor er min JDBC4-kompatible driver indlæst som "ikke-JDBC-kompatibel" ?

Og kildekode:

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

Dette er en del af TODO-listen http://jdbc.postgresql.org/development/ todo.html#Compliance




  1. Sådan får du oplysninger om forespørgselsplan fra Postgres til JDBC

  2. Fjern backup af MySQL database

  3. Mister forbindelsen til MySQL efter et stykke tid, og genopretter forbindelsen

  4. Brug TYPEPROPERTY() til at returnere oplysninger om en datatype i SQL Server