Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/schema.test
2019-08-01
| ||
22:48 | The sqlite3_set_authorizer() interface should only expire prepared statements when it is setting a new authorizer, not when clearing the authorizer. And statements that are running when sqlite3_set_authorizer() is invoked should be allowed to continue running to completion. file: [5dd11c96] check-in: [961e2f08] user: drh branch: trunk, size: 11235 | |
2010-02-24
| ||
18:40 | Fix an incorrect ALWAYS() macro in vdbeapi.c. Fix the output of a few test cases that changed due to better error propagation out of reprepare. file: [8f7999be] check-in: [a8c984c1] user: drh branch: trunk, size: 10842 | |
2009-12-31
| ||
19:48 | Minor changes to test scripts to support various SQLITE_OMIT options. file: [23a2909d] check-in: [97f8a886] user: shaneh branch: trunk, size: 10848 | |
2009-10-19
| ||
18:30 | Fix an assert() that may fail if sqlite3_step() is called on a statement after a previous call has already returned SQLITE_SCHEMA. file: [3d8b19e3] check-in: [63bf7345] user: dan branch: trunk, size: 10825 | |
2009-02-04
| ||
17:40 | Simplify wording of backup API error message. Decapitalize some other error messages. (CVS 6256) file: [deafe547] check-in: [f92405af] user: drh branch: trunk, size: 10399 | |
2007-10-09
| ||
08:29 | Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) file: [a8b00072] check-in: [07c00fff] user: danielk1977 branch: trunk, size: 10407 | |
2007-08-13
| ||
15:28 | Invalidate prepared SQL statements when rolling back a transaction that includes schema modifications. (CVS 4216) file: [40158520] check-in: [a07143fc] user: danielk1977 branch: trunk, size: 10346 | |
2007-05-02
| ||
17:54 | Allow CREATE TABLE to occur while other queries are running. DROP TABLE is still prohibited, however, since we do not want to delete a table out from under an running query. (CVS 3902) file: [b479341d] check-in: [5b4bf1fc] user: drh branch: trunk, size: 9278 | |
2005-12-06
| ||
12:52 | Some elements of the new malloc() failure handling. Not all cases work properly yet. Also, library is not threadsafe if malloc() fails right now. (CVS 2800) file: [8a2ae440] check-in: [e1606658] user: danielk1977 branch: trunk, size: 9134 | |
2005-01-29
| ||
01:54 | Modification to schema.test so that it works with SQLITE_OMIT_TRIGGER and SQLITE_OMIT_UTF16 defined. (CVS 2285) file: [21cbe7da] check-in: [95ecb274] user: danielk1977 branch: trunk, size: 9248 | |
2005-01-25
| ||
04:27 | Prevent collation sequences and user functions from being deleted or changed while SQL statements are executing. (CVS 2275) file: [37877686] check-in: [cabab62b] user: danielk1977 branch: trunk, size: 9148 | |
2005-01-24
| ||
13:03 | More test cases to do with invalidating precompiled statements. (CVS 2273) file: [8725b41e] check-in: [b243681a] user: danielk1977 branch: trunk, size: 6947 | |
10:25 | Modifications and bugfixes so that the test suite passes with the TCL statement cache turned on. (CVS 2271) file: [ccaceafa] check-in: [d5233e07] user: danielk1977 branch: trunk, size: 3140 Added | |