database
database copied to clipboard
Logging for some queries has incorrect "wrong # args" message
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.