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

hibernate với c3p0:createClob () chưa được triển khai

Đề phòng trường hợp ai đó tìm thấy chủ đề này để tìm kiếm lỗi tương đương postgresql:

java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc.PgConnection.createClob() is not yet implemented.

application.properties:

# disable driver's feature detection
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false

# without detection you have to set the dialect by hand
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect

BTW:Spring Boot 2.0.0.RELEASE sử dụng phiên bản trình điều khiển postgresql bị hỏng, tôi phải chỉ định 42.2.0 để trình điều khiển được tải xong:

Caused by: java.lang.RuntimeException: Failed to load driver class org.postgresql.Driver in either of HikariConfig class loader or Thread context classloader

CẬP NHẬT 2018-03-01:

Theo vấn đề này, Stacktrace được coi là một cảnh báo và có thể bị bỏ qua

https://github.com/spring-projects/spring-boot/issues/12007#issuecomment-369388646

CẬP NHẬT ngày 13 tháng 3 năm 2018:

Hiện đã có báo cáo lỗi chính thức:https://hibernate.atlassian.net/browse/HHH-12368



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Dấu hai chấm (::) ký hiệu trong SQL

  2. Cách tải PostgreSQL trên VPS / Máy chủ chuyên dụng

  3. So sánh các kiểu cột cơ sở dữ liệu trong MySQL, PostgreSQL và SQLite? (Bản đồ chéo)

  4. Làm cách nào để chỉ sao chép các CHÈN chứ không phải XÓA / CẬP NHẬT trên Slony Slave Node?

  5. Tạo các giá trị DEFAULT trong CTE UPSERT bằng PostgreSQL 9.3