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
Generalization: Allow list of SQL commands in run_sql() command
The run_sql() command now can have either a single SQL statement in the
`sql` field or a list of SQL commands.
The new `transaction` field can be set to `true` to wrap the SQL
commands in BEGIN/COMMIT.
0 commit comments