-
Notifications
You must be signed in to change notification settings - Fork 664
TRANSACTION
Mathias Rangel Wulff edited this page Jun 13, 2015
·
3 revisions
The keyword TRANSACTION is optional
Begin
alasql('BEGIN');
alasql('BEGIN TRANSACTION');
Commit
alasql('COMMIT');
alasql('COMMIT TRANSACTION');
Rollback
alasql('ROLLBACK');
alasql('ROLLBACK TRANSACTION');
In version 0.0.35 AlaSQL supports transactions only for Local Storage and DOM-storage database. Full support for other databases will be available in future versions
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo