Skip to content

Commit

Permalink
Updated SQLite3 library from 3.7.15.2 to 3.8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Oct 17, 2013
1 parent 6534c9c commit 7c2d591
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sqlite3/readme.txt
@@ -1,6 +1,6 @@
Sqlite3 built as follows:

1. Download recent version from http://www.sqlite.org/sqlite-amalgamation-3071502.zip
1. Download recent version from http://www.sqlite.org/2013/sqlite-amalgamation-3080002.zip

2. Unzip the file

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

// These first few lines added by NJG
// version 3.7.15.2
// version 3.8.0.2

# pragma warning (disable : 4018) // signed/unsigned mismatch
# pragma warning (disable : 4022) // pointer mismatch for actual parameter x
# pragma warning (disable : 4047) // 'void ** ' differs in levels of indirection from 'long *'
Expand Down

0 comments on commit 7c2d591

Please sign in to comment.