Fix bug in SqlString.escape which caused the function to be recursively called w…
…ith the wrong parameters when passed an array of strings. This would cause the incorrect escape algorithm to be used on the strings within the array when the dialect was set to postgres, sqlite, or mssql.
Showing
with
11 additions
and
1 deletions
-
Please register or sign in to post a comment