]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a zipfile virtual table is created with no argument - "CREATE VIRTUAL TABLE
authordan <dan@noemail.net>
Sat, 27 Jan 2018 16:29:59 +0000 (16:29 +0000)
committerdan <dan@noemail.net>
Sat, 27 Jan 2018 16:29:59 +0000 (16:29 +0000)
commit26333ee3cae6491bf0f4ec2720446d726dfd3e2b
tree0c7d4f518aa820243f2ca5f5dc62fd650b8b309c
parent1822ebf9b1997c4bc8ed3371b065a494bac3d6d5
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.

FossilOrigin-Name: e63185edfe0c316aa60c1fa085d032425ecc7db54536dfa5a977772eaf3c240e
ext/misc/zipfile.c
manifest
manifest.uuid
test/zipfile.test