Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add OGC GeoPackage files to the magic.txt database. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
dab6a32847ce17f12e3a2b09a3567945 |
User & Date: | drh 2013-05-23 20:52:16.211 |
Context
2013-05-24
| ||
11:57 | Fix harmless compiler warnings in the shell. (check-in: 9e2c17c535 user: drh tags: trunk) | |
2013-05-23
| ||
20:52 | Add OGC GeoPackage files to the magic.txt database. (check-in: dab6a32847 user: drh tags: trunk) | |
10:15 | Have the "make fulltest" command run the "mmap" permutation test. (check-in: 82ad373f85 user: dan tags: trunk) | |
Changes
Changes to magic.txt.
︙ | ︙ | |||
15 16 17 18 19 20 21 | # its identifier long before "PRAGMA application_id" became available. # The user_version is very similar to application_id except that it is # stored at offset 68 instead of offset 60. The application_id pragma # is preferred. The rule using offset 60 for Monotone is for historical # compatibility only. # 0 string =SQLite\ format\ 3 | | | | > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # its identifier long before "PRAGMA application_id" became available. # The user_version is very similar to application_id except that it is # stored at offset 68 instead of offset 60. The application_id pragma # is preferred. The rule using offset 60 for Monotone is for historical # compatibility only. # 0 string =SQLite\ format\ 3 >68 belong =0x0f055112 Fossil checkout - >68 belong =0x0f055113 Fossil global configuration - >68 belong =0x0f055111 Fossil repository - >68 belong =0x42654462 Bentley Systems BeSQLite Database - >68 belong =0x42654c6e Bentley Systems Localization File - >60 belong =0x5f4d544e Monotone source repository - >68 belong =0x47504b47 OGC GeoPackage file - >0 string =SQLite SQLite3 database |