Skip to content

Instantly share code, notes, and snippets.

@zauguin
Last active February 23, 2017 18:03
Show Gist options
  • Save zauguin/a2cb8f8f7d6915086f2f780be4b6cdba to your computer and use it in GitHub Desktop.
Save zauguin/a2cb8f8f7d6915086f2f780be4b6cdba to your computer and use it in GitHub Desktop.
if(auto err = sqlite3_exec(db.connection().get(), "query1;query2;query3;", nullptr, nullptr, nullptr))
sqlite::exceptions::throw_sqlite_error(err);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment