Closed Stvad closed 5 years ago
The gist is to treat ':' as a signal to change state for named/numeric parameters if and only if it's the only ':' around, to avoid confusing type conversions in queries with the parameter definitions. Fix for #142
Thanks, I've used this PR.
The gist is to treat ':' as a signal to change state for named/numeric parameters if and only if it's the only ':' around, to avoid confusing type conversions in queries with the parameter definitions.
Fix for #142