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
Support lazy connections in R2DBC following the same concepts in LazyConnectionDataSourceProxy for JDBC.
atm hitting an "empty" transaction (the calls are cached so no actual database operations are performed) still borrows a connection from the pool, starts the connection and commits the transaction.
Support lazy connections in R2DBC following the same concepts in LazyConnectionDataSourceProxy for JDBC.
atm hitting an "empty" transaction (the calls are cached so no actual database operations are performed) still borrows a connection from the pool, starts the connection and commits the transaction.
(the
SELECT 1
is the connection pool validation query)The text was updated successfully, but these errors were encountered: