Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/zipfile.test
2018-11-16
| ||
08:36 | Fix a problem with virtual table "fsdir" and some join queries. file: [b3b55863] check-in: [7fffcee0] user: dan branch: trunk, size: 21453 | |
2018-03-29
| ||
16:54 | Another change to test file zipfile.test to help it run on systems without "unzip". file: [a61f6ba6] check-in: [b6252feb] user: dan branch: trunk, size: 20627 | |
16:39 | Fix a test script bug causing zipfile.test to fail on systems that do not have the "unzip" program installed. file: [1eb76362] check-in: [d99022a5] user: dan branch: trunk, size: 20562 | |
2018-03-17
| ||
02:13 | For 'zipfile', detect attempts to cause a duplicate entry via UPDATE. file: [2a923f6e] check-in: [cf78a882] user: mistachkin branch: testFixes, size: 20525 | |
2018-03-16
| ||
23:54 | Enable more 'zipfile' tests on Win32. file: [dbad090b] check-in: [49d2566c] user: mistachkin branch: testFixes, size: 19434 | |
2018-03-15
| ||
15:09 | Fix an issue with the fsdir() table-valued function not resetting correctly after each pass of a join. file: [fd865048] check-in: [7ce4e71c] user: drh branch: trunk, size: 18185 | |
2018-03-10
| ||
14:17 | Add support for INSERT OR REPLACE and INSERT OR IGNORE on the zipfile extension. file: [a9806a86] check-in: [8ad35d48] user: drh branch: trunk, size: 17964 | |
13:21 | Improved error messages from the zipfile extension. file: [d4efc554] check-in: [f634a7e3] user: drh branch: trunk, size: 17172 | |
2018-02-01
| ||
20:42 | Add a few more zipfile tests. No changes to code. file: [44aa8af1] check-in: [3f621545] user: dan branch: trunk, size: 17097 | |
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. file: [1f066994] check-in: [48f1c556] user: dan branch: trunk, size: 15790 | |
15:19 | Fix a memory leak that could follow an IO error in the zipfile extension. And add other tests. file: [37cc584a] check-in: [e6bb7506] user: dan branch: trunk, size: 12780 | |
2018-01-31
| ||
19:45 | Fix a test case in zipfile.test. file: [a1652802] check-in: [4eb5b24c] user: dan branch: zipfile-timestamp-fix, size: 11908 | |
19:13 | When creating a new archive entry, have zipfile store UTC instead of local time in the legacy MS-DOS format timestamp field. file: [3695ab6d] check-in: [e2114df1] user: dan branch: zipfile-timestamp-fix, size: 11414 | |
2018-01-30
| ||
14:07 | Prevent users from creating zipfile() virtual tables without an argument. file: [368a5a0c] check-in: [81fdbe0c] user: dan branch: trunk, size: 10025 | |
2018-01-29
| ||
19:47 | Add unix-only tests to check that the "unzip" program can unpack archives generated by the zipfile extension. file: [c40ae3a5] check-in: [438c5c52] user: dan branch: trunk, size: 10271 | |
18:41 | Add aggregate function zipfile() to the zipfile extension. For composing new zip archives in memory. file: [12199631] check-in: [e364eeac] user: dan branch: trunk, size: 8610 | |
2018-01-27
| ||
16:29 | If a zipfile virtual table is created with no argument - "CREATE VIRTUAL TABLE zzz USING zipfile()" - accumulate data in memory. Support "SELECT zipfile_blob(z) FROM zzz LIMIT 1" to retrieve a zip archive image. file: [1b213bdc] check-in: [e63185ed] user: dan branch: trunk, size: 8214 | |
2018-01-26
| ||
18:59 | If the argument to table function zipfile() is a blob (not text), assume that it contains a zip file image to interpret, not the name of a file on disk. file: [0834b33e] check-in: [029ebcd3] user: dan branch: trunk, size: 7300 | |
2018-01-17
| ||
12:58 | Omit the single test from zipfile.test that uses json functionality in non-SQLITE_ENABLE_JSON1 builds. file: [cb42e8fa] check-in: [6bb2a10f] user: dan branch: trunk, size: 6691 | |
2018-01-16
| ||
21:09 | Fix a problem causing zipfile to store 0 in place of the CRC32 value for uncompressed files. file: [17e3ed85] check-in: [ba44724b] user: dan branch: trunk, size: 6655 | |
2018-01-15
| ||
19:00 | Fix a problem in the zipfile module causing it to generate incorrect checksums. Remove the ability to insert compressed data into a zip archive. file: [71a9d37b] check-in: [b0b7d036] user: dan branch: trunk, size: 6506 | |
2018-01-13
| ||
19:08 | Support UPDATE statements against zipfile virtual tables. file: [61c6daf7] check-in: [f2d2a5df] user: dan branch: trunk, size: 6191 | |
2018-01-11
| ||
17:33 | Change zipfile to be a WITHOUT ROWID virtual table and table-valued function. file: [a5cd98e9] check-in: [931201f6] user: dan branch: trunk, size: 4334 | |
2018-01-10
| ||
17:37 | Return an SQLITE_CONSTRAINT error if an attempt is made to insert duplicate entries into a zip archive. file: [e7132ca6] check-in: [1f099b2b] user: dan branch: trunk, size: 4257 | |
16:30 | Have the zipfile module automatically append "/" to directory names that do not already end with such a character. This is required for info-zip compatibility. file: [355e499e] check-in: [94bc3c60] user: dan branch: trunk, size: 3463 | |
2018-01-09
| ||
20:44 | Return SQLITE_CONSTRAINT if a user attempts to update a zipfile table. file: [9fb98a24] check-in: [64c9ccf6] user: dan branch: trunk, size: 2917 | |
18:31 | Fix a potential crash in sqlite3expert.c caused by a missing sqlite3_reset() call. file: [2f71a254] check-in: [f6355970] user: dan branch: trunk, size: 2662 | |
10:29 | Fix a zipfile problem with adding new directories to an archive. file: [de2ee377] check-in: [5fed6703] user: dan branch: trunk, size: 2620 | |
2018-01-08
| ||
19:59 | Update the zipfile module so that it matches the documentation. file: [ad4278e1] check-in: [7e7e472f] user: dan branch: trunk, size: 1991 | |
2018-01-05
| ||
20:13 | Skip running the 'zipfile' test if the necessary static package cannot be loaded. file: [a1dd0429] check-in: [5bc816ec] user: mistachkin branch: trunk, size: 1888 | |
2017-12-30
| ||
18:32 | Have zipfile support DELETE commands. file: [d4f342ca] check-in: [01d4e866] user: dan branch: sqlar-shell-support, size: 1785 | |
14:26 | Rearrange things a bit so that writing to a zipfile does not invert the order of objects it contains. file: [63059e59] check-in: [f69e8194] user: dan branch: sqlar-shell-support, size: 1402 | |
2017-12-29
| ||
20:19 | Update ext/misc/zipfile.c to support creating and adding entries to existing zip archives. file: [c5167d0d] check-in: [2dec2dec] user: dan branch: sqlar-shell-support, size: 1402 Added | |