| OLD | NEW |
| 1 Name: sqlite | 1 Name: sqlite |
| 2 License File: src/LICENSE | 2 License File: src/LICENSE |
| 3 URL: http://sqlite.org/ | 3 URL: http://sqlite.org/ |
| 4 Version: 3.7.6.3 | 4 Version: 3.7.6.3 |
| 5 Included In Release: Yes | 5 Included In Release: Yes |
| 6 Security Critical: Yes | 6 Security Critical: Yes |
| 7 | 7 |
| 8 Instructions for importing a new release of SQLite from sqlite.org. | 8 Instructions for importing a new release of SQLite from sqlite.org. |
| 9 | 9 |
| 10 Note: our current base version is 3.7.6.3. | 10 Note: our current base version is 3.7.6.3. |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 WebKit patch using the new function lands. | 182 WebKit patch using the new function lands. |
| 183 - From mac_time_machine.patch: | 183 - From mac_time_machine.patch: |
| 184 When __APPLE__ and when creating a -journal file with any unix-type vfs, | 184 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 | 185 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 | 186 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 | 187 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 | 188 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 | 189 conflict with an Apple library after amalgamation it was also necessary to |
| 190 rename fts3_porter.c's 'cType' to 'vOrCType'. | 190 rename fts3_porter.c's 'cType' to 'vOrCType'. |
| 191 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized. | 191 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized. |
| 192 - src/recover.c file implements a virtual table which can read |
| 193 through corruption. |
| OLD | NEW |