We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1f7b5 commit 5c761e4Copy full SHA for 5c761e4
hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQL81Dialect.java
@@ -114,7 +114,7 @@ public PostgreSQL81Dialect() {
114
registerColumnType( Types.BINARY, "bytea" );
115
registerColumnType( Types.LONGVARCHAR, "text" );
116
registerColumnType( Types.LONGVARBINARY, "bytea" );
117
- registerColumnType( Types.CLOB, "text" );
+ registerColumnType( Types.CLOB, "oid" );
118
registerColumnType( Types.BLOB, "oid" );
119
registerColumnType( Types.NUMERIC, "numeric($p, $s)" );
120
registerColumnType( Types.OTHER, "uuid" );
0 commit comments