Postgresql – Bind JDBI parameter inside double quotes
I have a Dropwizard + Jdbi + Postgres 12 setup. I want to run following query with a SQL/Json Path Expression on a complex/nested JsonB column: try (Handle handle = jdbi.open()) { return handle.createQuery( "select data from company where" +…