-
-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Description
The test query SELECT 0 is being intercepted as both a prepared statement and a query.
It would be a nice to have if the test query was not intercepted, otherwise, our custom interceptors will need to build in logic to ignore it.
ConnectionFactory.kt@L82
if (testCounter++.rem(2) == 0) {
item.sendPreparedStatement("SELECT 0", emptyList(), true).map { item }
} else {
item.sendQuery("SELECT 0").map { item }
}
Metadata
Metadata
Assignees
Labels
No labels