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 6b79a6d commit b3f441cCopy full SHA for b3f441c
sqlite3/readme.txt
@@ -21,7 +21,7 @@ BUILDING A NEW VERSION
21
22
Sqlite3 built as follows:
23
24
-1. Download recent version from https://www.sqlite.org/2017/sqlite-amalgamation-3160200.zip
+1. Download new amalgamated source code from https://www.sqlite.org/download.html
25
26
2. Unzip the file
27
@@ -35,7 +35,6 @@ sqlite3ext.h
35
3. Edit: sqlite3.c and add the following lines to the start of it:
36
37
// These first few lines added by NJG
38
-// version 3.16.2
39
40
# pragma warning (disable : 4018) // signed/unsigned mismatch
41
# pragma warning (disable : 4022) // pointer mismatch for actual parameter x
0 commit comments