]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allocate 4 bytes of unused header space for an "Application ID". Add
authordrh <drh@noemail.net>
Wed, 1 May 2013 19:49:27 +0000 (19:49 +0000)
committerdrh <drh@noemail.net>
Wed, 1 May 2013 19:49:27 +0000 (19:49 +0000)
commit4ee09b4bcc491037416597306a53b8508e4dbec3
treef6f86524162a14551f65dec8e5f1a2470845ed17
parenta309552e2cc3aa3de14c7fd5a6110375d4efb43d
Allocate 4 bytes of unused header space for an "Application ID".  Add
the "PRAGMA application_id" command to set and query this identifier.
Add the "magic.txt" file to show how the posix file command might use
this application id.

FossilOrigin-Name: 28c9e7fdee2471a3026ee05ff591194d5f398131
magic.txt [new file with mode: 0644]
manifest
manifest.uuid
src/btree.h
src/pragma.c
test/pragma.test
tool/showdb.c