Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Side by Side Diff: third_party/sqlite/src/magic.txt

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # This file contains suggested magic(5) text for the unix file(1) 1 # This file contains suggested magic(5) text for the unix file(1)
2 # utility for recognizing SQLite3 databases. 2 # utility for recognizing SQLite3 databases.
3 # 3 #
4 # When SQLite is used as an application file format, it is desirable to 4 # When SQLite is used as an application file format, it is desirable to
5 # have file(1) recognize the database file as being with the specific 5 # have file(1) recognize the database file as being with the specific
6 # application. You can set the application_id for a database file 6 # application. You can set the application_id for a database file
7 # using: 7 # using:
8 # 8 #
9 # PRAGMA application_id = INTEGER; 9 # PRAGMA application_id = INTEGER;
10 # 10 #
(...skipping 12 matching lines...) Expand all
23 >68 belong =0x0f055113 Fossil global configuration - 23 >68 belong =0x0f055113 Fossil global configuration -
24 >68 belong =0x0f055111 Fossil repository - 24 >68 belong =0x0f055111 Fossil repository -
25 >68 belong =0x42654462 Bentley Systems BeSQLite Database - 25 >68 belong =0x42654462 Bentley Systems BeSQLite Database -
26 >68 belong =0x42654c6e Bentley Systems Localization File - 26 >68 belong =0x42654c6e Bentley Systems Localization File -
27 >60 belong =0x5f4d544e Monotone source repository - 27 >60 belong =0x5f4d544e Monotone source repository -
28 >68 belong =0x47504b47 OGC GeoPackage file - 28 >68 belong =0x47504b47 OGC GeoPackage file -
29 >68 belong =0x47503130 OGC GeoPackage version 1.0 file - 29 >68 belong =0x47503130 OGC GeoPackage version 1.0 file -
30 >68 belong =0x45737269 Esri Spatially-Enabled Database - 30 >68 belong =0x45737269 Esri Spatially-Enabled Database -
31 >68 belong =0x4d504258 MBTiles tileset - 31 >68 belong =0x4d504258 MBTiles tileset -
32 >0 string =SQLite SQLite3 database 32 >0 string =SQLite SQLite3 database
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698