Interpret ?
as a parameter only if .bind
was called at least once
#157
Labels
enhancement
New feature or request
Related to #154
Considering this query:
Currently, an unescaped
?
is still considered a missing parameter; after the fix, the query should be written as:This might be problematic if a query is pre-generated elsewhere (file, etc) and contains question marks, but we did not want to do any client-side binding.
The text was updated successfully, but these errors were encountered: