/ Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

8 check-ins related to "rollback-abort"

2019-01-26
21:05
Fix a broken assert() in fts3. Also some test script issues causing failures with builds that do not support fts3. check-in: d59567dda2 user: dan tags: trunk
20:41
Fix another typo in fts3_common.tcl causing test failures in builds that do not support fts3. Closed-Leaf check-in: 773b598608 user: dan tags: rollback-abort
20:35
Fix a typo in fts3corrupt4.test causing it to fail if the build does not support fts3. check-in: 5016303421 user: dan tags: rollback-abort
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
16:34
Roll back the transaction if a write statement fails with OE_Abort but there is no open statement transaction. check-in: d536be698d 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