Skip to content

Commit 8a567ac

Browse files
committed
squash! get the isolation level from the connection for the database info log
1 parent e9e8cd9 commit 8a567ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hibernate-core/src/main/java/org/hibernate/engine/jdbc/connections/internal/DatabaseConnectionInfoImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ public String toInfoString() {
138138
handleEmpty( dialectVersion ),
139139
handleEmpty( autoCommitMode ),
140140
handleEmpty( isolationLevel ),
141+
handleEmpty( fetchSize ),
141142
handleEmpty( connectionProviderClass ),
142143
handleEmpty( poolMinSize ),
143-
handleEmpty( poolMaxSize ),
144-
handleEmpty( fetchSize )
144+
handleEmpty( poolMaxSize )
145145
);
146146
}
147147

0 commit comments

Comments
 (0)