| OLD | NEW |
| 1 Name: sqlite | 1 Name: sqlite |
| 2 URL: http://sqlite.org/ | 2 URL: http://sqlite.org/ |
| 3 Version: 3.7.6.3 | 3 Version: 3.7.6.3 |
| 4 Included In Release: Yes | 4 Included In Release: Yes |
| 5 Security Critical: Yes | 5 Security Critical: Yes |
| 6 | 6 |
| 7 Instructions for importing a new release of SQLite from sqlite.org. | 7 Instructions for importing a new release of SQLite from sqlite.org. |
| 8 | 8 |
| 9 Note: our current base version is 3.7.6.3. | 9 Note: our current base version is 3.7.6.3. |
| 10 | 10 |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 When __APPLE__ and when creating a -journal file with any unix-type vfs, | 185 When __APPLE__ and when creating a -journal file with any unix-type vfs, |
| 186 determine if the database for which the journal is being created has been | 186 determine if the database for which the journal is being created has been |
| 187 excluded from being backed up using Apple's Time Machine and if so then also | 187 excluded from being backed up using Apple's Time Machine and if so then also |
| 188 exclude the journal. These changes were made in pager.c with includes of | 188 exclude the journal. These changes were made in pager.c with includes of |
| 189 Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol | 189 Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol |
| 190 conflict with an Apple library after amalgamation it was also necessary to | 190 conflict with an Apple library after amalgamation it was also necessary to |
| 191 rename fts3_porter.c's 'cType' to 'vOrCType'. | 191 rename fts3_porter.c's 'cType' to 'vOrCType'. |
| 192 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized. | 192 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized. |
| 193 - src/recover.c file implements a virtual table which can read | 193 - src/recover.c file implements a virtual table which can read |
| 194 through corruption. | 194 through corruption. |
| 195 - Enable the macro 'SQLITE_TEMP_STORE=3' for Android. |
| OLD | NEW |