Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | If a write statement fails with OE_Abort, but there is no statement journal, roll the entire transaction back instead. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | rollback-abort |
Files: | files | file ages | folders |
SHA3-256: |
75a8ed7a4227493c0d992ceeef6d631e |
User & Date: | dan 2019-01-26 18:10:05.415 |
Context
2019-01-26
| ||
19:09 | Fix a broken assert() in fts3. (check-in: b8dd2d67b5 user: dan tags: rollback-abort) | |
18:10 | If a write statement fails with OE_Abort, but there is no statement journal, roll the entire transaction back instead. (check-in: 75a8ed7a42 user: dan tags: rollback-abort) | |
17:47 | Fix "PRAGMA journal_mode" so that if it fails because there is a transaction open, it does not roll that transaction back. (check-in: 9f39cb5b81 user: dan tags: rollback-abort) | |
15:40 | Add the ".eqp trace" command to the CLI when using SQLITE_DEBUG, as a convenient shorthand for "PRAGMA vdbe_debug=ON" but with automatic indentation feature for program listings provided by the CLI. (check-in: 626502faa1 user: drh tags: trunk) | |
Changes
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/window.c.
Changes to test/triggerG.test.
Changes to test/window1.test.