Skip to content

Commit 3387eef

Browse files
committed
Upgraded SQLite3 library to version 3.7.7.1
1 parent 78c32f3 commit 3387eef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sqlite3/readme.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Sqlite3 built as follows:
22

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
44

55
2. Unzip the file
66

@@ -14,7 +14,7 @@ sqlite3ext.h
1414
3. Edit: sqlite3.c and add the following lines to the start of it:
1515

1616
// These first few lines added by NJG
17-
// version 3.7.6.3
17+
// version 3.7.7.1
1818
# pragma warning (disable : 4018) // signed/unsigned mismatch
1919
# pragma warning (disable : 4022) // pointer mismatch for actual parameter x
2020
# pragma warning (disable : 4047) // 'void ** ' differs in levels of indirection from 'long *'
@@ -34,3 +34,5 @@ sqlite3ext.h
3434
#define SQLITE_ENABLE_FTS3 1
3535
#define SQLITE_ENABLE_FTS3_PARENTHESIS 1
3636
#define SQLITE_ENABLE_RTREE 1
37+
#define SQLITE_USE_URI 1
38+

0 commit comments

Comments
 (0)