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 04a0bf4 commit 1db9f1dCopy full SHA for 1db9f1d
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-3071401.zip
+1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3071502.zip
4
5
2. Unzip 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.7.14.1
+// version 3.7.15.2
18
# pragma warning (disable : 4018) // signed/unsigned mismatch
19
# pragma warning (disable : 4022) // pointer mismatch for actual parameter x
20
# pragma warning (disable : 4047) // 'void ** ' differs in levels of indirection from 'long *'
0 commit comments