Skip to content

Commit 8c911a3

Browse files
committed
[#1598] Add ReactiveDialectResolutionInfo#toString
1 parent 955d684 commit 8c911a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/provider/service/NoJdbcEnvironmentInitiator.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,10 @@ public int getDriverMinorVersion() {
226226
public String getSQLKeywords() {
227227
return null;
228228
}
229+
230+
@Override
231+
public String toString() {
232+
return getDatabaseMajorVersion() + "." + getDatabaseMinorVersion();
233+
}
229234
}
230235
}

0 commit comments

Comments
 (0)