SQLite

All files named ”test/schema.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/schema.test

2019-08-01
22:48
[5dd11c96ba] part of check-in [961e2f08c3] 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. (check-in: [961e2f08c3] user: drh branch: trunk, size: 11235)
2010-02-24
18:40
[8f7999be89] part of check-in [a8c984c1d6] 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. (check-in: [a8c984c1d6] user: drh branch: trunk, size: 10842)
2009-12-31
19:48
[23a2909d2b] part of check-in [97f8a886b6] Minor changes to test scripts to support various SQLITE_OMIT options. (check-in: [97f8a886b6] user: shaneh branch: trunk, size: 10848)
2009-10-19
18:30
[3d8b19e3cf] part of check-in [63bf73452d] Fix an assert() that may fail if sqlite3_step() is called on a statement after a previous call has already returned SQLITE_SCHEMA. (check-in: [63bf73452d] user: dan branch: trunk, size: 10825)
2009-02-04
17:40
[deafe54720] part of check-in [f92405afb6] Simplify wording of backup API error message. Decapitalize some other error messages. (CVS 6256) (check-in: [f92405afb6] user: drh branch: trunk, size: 10399)
2007-10-09
08:29
[a8b0007233] part of check-in [07c00fffe5] Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) (check-in: [07c00fffe5] user: danielk1977 branch: trunk, size: 10407)
2007-08-13
15:28
[4015852007] part of check-in [a07143fc05] Invalidate prepared SQL statements when rolling back a transaction that includes schema modifications. (CVS 4216) (check-in: [a07143fc05] user: danielk1977 branch: trunk, size: 10346)
2007-05-02
17:54
[b479341d04] part of check-in [5b4bf1fce4] 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) (check-in: [5b4bf1fce4] user: drh branch: trunk, size: 9278)
2005-12-06
12:52
[8a2ae440fb] part of check-in [e1606658f1] 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) (check-in: [e1606658f1] user: danielk1977 branch: trunk, size: 9134)
2005-01-29
01:54
[21cbe7dac6] part of check-in [95ecb2745f] Modification to schema.test so that it works with SQLITE_OMIT_TRIGGER and SQLITE_OMIT_UTF16 defined. (CVS 2285) (check-in: [95ecb2745f] user: danielk1977 branch: trunk, size: 9248)
2005-01-25
04:27
[3787768619] part of check-in [cabab62bc1] Prevent collation sequences and user functions from being deleted or changed while SQL statements are executing. (CVS 2275) (check-in: [cabab62bc1] user: danielk1977 branch: trunk, size: 9148)
2005-01-24
13:03
[8725b41e19] part of check-in [b243681a0e] More test cases to do with invalidating precompiled statements. (CVS 2273) (check-in: [b243681a0e] user: danielk1977 branch: trunk, size: 6947)
10:25
Added: [ccaceafa6c] part of check-in [d5233e0747] Modifications and bugfixes so that the test suite passes with the TCL statement cache turned on. (CVS 2271) (check-in: [d5233e0747] user: danielk1977 branch: trunk, size: 3140)