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
The SQL generator now escapes single quotes '. This avoids SQL injection risks. If you escaped
strings manually (by duplicating the ') you will need to stop doing that as otherwise the query
will be run with duplicated single quotes.