We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0e9df commit c25a3deCopy full SHA for c25a3de
1 file changed
src/main/java/io/ebean/datasource/pool/PooledConnection.java
@@ -499,7 +499,7 @@ public void close() throws SQLException {
499
500
// the connection is assumed GOOD so put it back in the pool
501
lastUseTime = System.currentTimeMillis();
502
- // connection.clearWarnings();
+ connection.clearWarnings();
503
status = STATUS_IDLE;
504
pool.returnConnection(this);
505
0 commit comments