Hello list,
I believe there is a documentation bug in the docs describing the new zipfile feature: https://sqlite.org/zipfile.html In section 3.2.1. Adding Entries to a Zip Archive it reads, quote For example, to add a symbolic link from "link.txt" to "m.txt": INSERT INTO temp.zip(name, mode, data) VALUES('link.txt', 'lrwx-rw-rw', 'abcdefghi'); Shouldn't it read m.txt instead of abcdefghi !? Greetings cm _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users