sql >> Database >  >> RDS >> PostgreSQL

JBoss logt in Postgres-stuurprogramma is niet JDBC-compatibel

Volgens dit JBoss-forumbericht geen:Waarom wordt mijn JDBC4-compatibele driver geladen als "niet-JDBC-compliant" ?

En broncode:

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

Dit maakt deel uit van de TODO-lijst http://jdbc.postgresql.org/development/ todo.html#Compliance




  1. Oracle-probleem met rapportage SQL

  2. De naam van de primaire sleutelbeperking voor meerdere tabellen in de SQL Server-database wijzigen - SQL Server / TSQL-zelfstudie, deel 64

  3. Voeg twee tabellen samen in één SQL-query en maak de datumwaarden uniek

  4. Is het mogelijk om een ​​nummer van 1 byte op te slaan in Postgres?