PostgreSQL
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> PostgreSQL

Nhật ký JBoss Trình điều khiển Postgres không tuân thủ JDBC

Theo mục nhập diễn đàn JBoss này, không có: Tại sao trình điều khiển tuân thủ JDBC4 của tôi được tải là "không tuân thủ JDBC" ?

Và mã nguồn:

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

Đây là một phần của Danh sách VIỆC LÀM http://jdbc.postgresql.org/development/ todo.html # Tuân thủ




  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Lỗi:cú pháp nhập không hợp lệ cho số nguyên:

  2. Group_concat tương đương trong postgresql 8.2.11

  3. Làm cách nào để di chuyển dữ liệu từ bảng này sang bảng khác trong quá trình di chuyển đường ray?

  4. Làm cách nào để ghép hai từ cuối cùng trong một câu trong PostgreSQL?

  5. Postgresql ON CONFLICT trong sqlalchemy