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