Osmium
12/03/2021, 2:23 PMjavax.sql.Cnnection implementation supports only small subset of interface features.
So, I wrote my own ExposedConnection implementatiion, but I don't know how to pass it in Database .
In other words, how can I reimplement org.jetbrains.exposed.sql.statements.jdbc.JdbcConnectionImpl and pass it in Database.connect()?Osmium
12/03/2021, 2:29 PMJdbcConnectionImpl or my ClckhouseExposedConnection . So, can I override somehow ExposedConnection?..suresh
12/22/2021, 5:56 PM