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
do not allow use of bare strings (fixes #11) (3b9a9af)
BREAKING CHANGES
Query methods cannot be executed using bare string. Use sql tagged template literal to construct the query. Use sql.raw when you need to dynamically generate query.