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
db.exec used the character ';' to split queries.
But a single statement can contain a ';' character.
Since the js string is not split anymore, you might also notice a small
performance improvement while using db.exec with many different queries.
Fixsql-js#73
0 commit comments