You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hibernate-reactive-core/src/main/java/org/hibernate/reactive/provider/service/PostgreSqlReactiveInformationExtractorImpl.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ protected <T> T processImportedKeysResultSet(
141
141
142
142
@Override
143
143
protectedintdataTypeCode(StringtypeName) {
144
-
// Copied from PostgreSQLDialect.
144
+
// Copied from PostgreSQLDialect.resolveSqlTypeCode
145
145
// Not ideal, but it should work for now
146
146
// It would be nice to be able to get the correct code some way
147
147
switch ( typeName ) {
@@ -162,6 +162,11 @@ protected int dataTypeCode(String typeName) {
0 commit comments