summaryrefslogtreecommitdiffstats
path: root/contrib/file/Magdir/sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/file/Magdir/sql')
-rw-r--r--contrib/file/Magdir/sql19
1 files changed, 15 insertions, 4 deletions
diff --git a/contrib/file/Magdir/sql b/contrib/file/Magdir/sql
index 016e030..21c6e51 100644
--- a/contrib/file/Magdir/sql
+++ b/contrib/file/Magdir/sql
@@ -27,8 +27,19 @@
>39 string iHP-100 [H Series]
#------------------------------------------------------------------------------
-# SQLite database file
-# From Ken Guest <ken@linux.ie>
+# SQLite database files
+# Ken Guest <ken@linux.ie>, Ty Sarna, Zack Weinberg
+#
+# Version 1 used GDBM internally; its files cannot be distinguished
+# from other GDBM files.
#
-0 string SQLite SQLite database
->14 string >\0 (Version %s)
+# Version 2 used this format:
+0 string **\ This\ file\ contains\ an\ SQLite SQLite 2.x database
+
+# Version 3 of SQLite allows applications to embed their own "user version"
+# number in the database. Detect this and distinguish those files.
+
+0 string SQLite\ format\ 3
+>60 string _MTN Monotone source repository
+>60 belong !0 SQLite 3.x database, user version %u
+>60 belong 0 SQLite 3.x database
OpenPOWER on IntegriCloud