We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5ea2c commit 8bb851cCopy full SHA for 8bb851c
sqlite3/readme.txt
@@ -1,6 +1,6 @@
1
Sqlite3 built as follows:
2
3
-1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3_6_23_1.zip
+1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3_7_0_1.zip
4
5
2. Unzip and untar the file
6
@@ -14,7 +14,7 @@ sqlite3ext.h
14
3. Edit: sqlite3.c and add the following lines to the start of it:
15
16
// These first few lines added by NJG
17
-// version 3.6.22
+// version 3.7.0.1
18
# pragma warning(disable: 4244)
19
# pragma warning(disable: 4018)
20
# pragma warning(disable: 4049)
0 commit comments