SQLite

Check-in [48f1c55699]
Login

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

Overview
Comment:Fix a problem triggered when a zipfile virtual table is created and written to within the same transaction. And add other zipfile tests.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 48f1c556994d7f8f359c649a1da81eec02306106b68946a9a20b276742c4610d
User & Date: dan 2018-02-01 19:41:23.066
Original Comment: Fix a problem triggered when a zipfile virtual table is created and written to within the same transaction. And add other zipfile test.
Context
2018-02-01
20:42
Add a few more zipfile tests. No changes to code. (check-in: 3f62154587 user: dan tags: trunk)
19:41
Fix a problem triggered when a zipfile virtual table is created and written to within the same transaction. And add other zipfile tests. (check-in: 48f1c55699 user: dan tags: trunk)
15:57
New assert() statements to help ensure that no other errors similar to [343634942dd54ab57b7] ever appear in the code. (check-in: 5a70af1e9c user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/misc/zipfile.c.
Changes to test/zipfile.test.
Changes to test/zipfile2.test.
Changes to test/zipfilefault.test.