database icon indicating copy to clipboard operation
database copied to clipboard

Logging for some queries has incorrect "wrong # args" message

Open jpallas opened this issue 4 years ago • 0 comments

DebugSql.logMiddle calls printSql on query strings that have already had parameter substitution performed. If those strings had escaped parameter indicators (?? or ::), printSql sees them unescaped and thinks there are missing parameters.

jpallas avatar Aug 07 '20 22:08 jpallas