jooq/jOOQ
Lukas Eder aa7df66998 [jOOQ/jOOQ#11700] Add DSL.using(io.r2dbc.spi.Connection)
It should be possible to wrap a io.r2dbc.spi.Connection in a single-connection R2DBC ConnectionFactory, which produces Connection proxies that never close the underlying Connection. This works the same way as using DSL.using(Connection) which is wrapped in a JDBC ConnectionProvider that never closes the underlying Connection.
2021-04-08 12:54:25 +02:00
..
src/main [jOOQ/jOOQ#11700] Add DSL.using(io.r2dbc.spi.Connection) 2021-04-08 12:54:25 +02:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml [jOOQ/jOOQ#11738] Added the optional, provided ojdbc dependency 2021-03-31 11:41:40 +02:00