Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/exists.test
2016-04-27
| ||
18:54 | [79a75323c7] part of check-in [2662d8fef7] Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. (check-in: [2662d8fef7] user: dan branch: permutations-fix, size: 6151) | |
2011-06-27
| ||
16:55 | [8f7b27b61c] part of check-in [d9f7993bfa] Add a case to permutations.test to run the veryquick test suite using sqlite3_prepare() instead of sqlite3_prepare_v2(). This helps to test the fix for bug [25ee812710]. (check-in: [d9f7993bfa] user: dan branch: trunk, size: 6103) | |
2011-04-11
| ||
05:38 | [5e2d64b4eb] part of check-in [c4e624db1a] Change exists.test to run all tests with and without "PRAGMA journal_mode=WAL". (check-in: [c4e624db1a] user: dan branch: trunk, size: 6106) | |
2011-04-09
| ||
17:32 | [81363f6982] part of check-in [a46f32900a] Add VerifyCookie instructions to "DROP XXX IF EXISTS" statements if the specified database object does not exist when the statement is prepared. (check-in: [a46f32900a] user: dan branch: trunk, size: 5644) | |
15:39 | Added: [5e14325e4b] part of check-in [b9dbd99361] Add an OP_VerifyCookie instruction to "CREATE XXX IF NOT EXISTS" commands. This way, if the specified database object existed when the statement was compiled but removed from the database before sqlite3_step() was called, the statement still works as expected (and creates the object). (check-in: [b9dbd99361] user: dan branch: trunk, size: 2260) | |