Binding parameters in BoneCP

48 Views Asked by At

BoneCP dont bind parameters in connectionHook. Example:

 Query execute time limit exceeded [15s]. Query: SELECT pg_sleep(?);
1

There are 1 best solutions below

0
shkiper On

Problem was solved: illegal configuration. BoneCPConfig::logStatementsEnabled should be true