File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
Sqlite3 built as follows:
2
2
3
- 1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3070603 .zip
3
+ 1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3070701 .zip
4
4
5
5
2. Unzip the file
6
6
@@ -14,7 +14,7 @@ sqlite3ext.h
14
14
3. Edit: sqlite3.c and add the following lines to the start of it:
15
15
16
16
// These first few lines added by NJG
17
- // version 3.7.6.3
17
+ // version 3.7.7.1
18
18
# pragma warning (disable : 4018) // signed/unsigned mismatch
19
19
# pragma warning (disable : 4022) // pointer mismatch for actual parameter x
20
20
# pragma warning (disable : 4047) // 'void ** ' differs in levels of indirection from 'long *'
@@ -34,3 +34,5 @@ sqlite3ext.h
34
34
#define SQLITE_ENABLE_FTS3 1
35
35
#define SQLITE_ENABLE_FTS3_PARENTHESIS 1
36
36
#define SQLITE_ENABLE_RTREE 1
37
+ #define SQLITE_USE_URI 1
38
+
You can’t perform that action at this time.
0 commit comments