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 246ebbb commit 00fd050Copy full SHA for 00fd050
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-3070602.zip
+1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3070603.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.6.2
+// version 3.7.6.3
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