Closed alxspn closed 5 years ago
HikariCP version: 3.3.1 JDK version : 1.8.0_181 Database : PostgreSQL9.6 Driver version : 42.2.5
HikariCP with installed PGroonga extension (https://pgroonga.github.io).
Query "select id from contact where (resume &@ 'test')" throw ERROR: operator does not exist: text &@ unknown.
Request with native JDBC connection works as expected.
This makes no sense. HikariCP does not parse, alter, or inspect the query in any way. Please step into the HikariCP code with a debugger to verify for yourself.
Environment
HikariCP with installed PGroonga extension (https://pgroonga.github.io).
Query "select id from contact where (resume &@ 'test')" throw ERROR: operator does not exist: text &@ unknown.
Request with native JDBC connection works as expected.