You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edited processAndEscapeValue in mssql's query-generator - now uses only SqlString.escape to escape values, rather than using both that and QueryGenerator.addQuotes
Fetching model instances with a where parameter escapes values strangely.
For example, if you have '... where: { username: 'foo.bar'}' generates SQL of WHERE "username" = 'foo'.'bar'
Looks like the logic to escape schema.tablename is erroneously being applied to values.
The text was updated successfully, but these errors were encountered: