Home | History | Annotate | Download | only in dist

Lines Matching full:rollback

816 ** that does not care about crash recovery or rollback might make
1489 ** routine. ^Thus INSERT OR FAIL, INSERT OR IGNORE, INSERT OR ROLLBACK,
1530 ** rollback, ABORT processing, [DROP TABLE], or by any other
1714 ** forces an automatic rollback of the changes. See the
2661 ** not limited to [ATTACH], [DETACH], [COMMIT], [ROLLBACK], [RELEASE],
3028 ** explicit transaction then you should rollback the transaction before
4055 ** ^Autocommit mode is re-enabled by a [COMMIT] or [ROLLBACK].
4098 ** CAPI3REF: Commit And Rollback Notification Callbacks
4105 ** function to be invoked whenever a transaction is [ROLLBACK | rolled back].
4110 ** then the commit is converted into a rollback.
4121 ** or rollback hook in the first place.
4129 ** returns non-zero, then the [COMMIT] is converted into a [ROLLBACK].
4130 ** ^The rollback hook is invoked on a rollback that results from a commit
4131 ** hook returning non-zero, just as it would be with any other rollback.
4134 ** rolled back if an explicit "ROLLBACK" statement is executed, or
4135 ** an error or constraint causes an implicit rollback to occur.
4136 ** ^The rollback callback is not invoked if a transaction is