Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Changes to savepoint in virtual tables for simpler and more consistent operation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
92f26a8b8f18832cb1f8ba7dd8e5b020 |
User & Date: | drh 2011-05-25 01:16:42.774 |
Context
2011-05-25
| ||
15:54 | Fix a compiler warning. (check-in: 6df99e52da user: drh tags: trunk) | |
01:16 | Changes to savepoint in virtual tables for simpler and more consistent operation. (check-in: 92f26a8b8f user: drh tags: trunk) | |
2011-05-24
| ||
15:36 | Do not invoke the xRollbackTo or xRelease methods of a virtual table without having first invoked an appropriate xSavepoint method. Add assert() statements to FTS3/4 to verify that this is happening in all cases. (check-in: 651ef24249 user: drh tags: trunk) | |
Changes
Changes to ext/fts3/fts3.c.
Changes to src/sqliteInt.h.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/vtab.c.