Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/e_fkey.test
2018-11-17
| ||
13:08 | Fix a problem in test script e_fkey.test. file: [2febb208] check-in: [acfd0a05] user: dan branch: trunk, size: 98256 | |
2018-05-29
| ||
14:06 | Fix some test script issues caused by recent EXPLAIN QUERY PLAN enhancements. file: [9778696e] check-in: [f808e228] user: dan branch: trunk, size: 98174 | |
2017-07-14
| ||
13:24 | Minor updates to requirements marks and documention. No changes to code. file: [dcdc6ad2] check-in: [8f6dd5e2] user: drh branch: trunk, size: 97989 | |
2016-09-21
| ||
18:18 | Fix obsolete requirements marks. Add new tests for VACUUM of attached databases. file: [54cc0046] check-in: [2b44f9aa] user: drh branch: trunk, size: 97996 | |
2014-04-26
| ||
19:23 | Update requirements marks to fix typos in the requirements text. No changes to code. file: [a1783fe1] check-in: [f5a26365] user: drh branch: trunk, size: 97983 | |
2014-01-23
| ||
14:44 | Modifications to test files to omit any tests that intentionally access out-of-bounds locations in clang -fsanitize=address builds. file: [63059737] check-in: [f4a701d5] user: dan branch: trunk, size: 98001 | |
2013-11-05
| ||
13:33 | Standardize the error messages generated by constraint failures to a format of "$TYPE constraint failed: $DETAIL". This involves many changes to the expected output of test cases. file: [d83a0447] check-in: [54b22192] user: drh branch: omit-rowid, size: 97630 | |
2013-06-10
| ||
23:30 | Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. file: [17cfb400] check-in: [aa580e36] user: drh branch: nextgen-query-plan-logcost, size: 97603 | |
2013-03-21
| ||
21:20 | Many spelling fixes in comments. No changes to code. file: [79a985d9] check-in: [6f6e2d50] user: mistachkin branch: trunk, size: 97730 | |
2012-12-17
| ||
20:40 | Enhance the error message for "foreign key mismatch" to include the names of the child and parent tables. Begin adding test cases for PRAGMA foreign_key_check. Make sure PRAGMA foreign_key_check gets all necessary table locks. file: [89a2ff73] check-in: [0f996352] user: drh branch: foreign-key-check, size: 97733 | |
2012-09-15
| ||
18:45 | Attempt to use a covering index even on a full table scan, under the theory that the index will be smaller and require less disk I/O and thus be faster. file: [a79ab1d3] check-in: [cfaa7bc1] user: drh branch: fullscan-covering-index, size: 97113 | |
2012-02-13
| ||
10:00 | Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUND_SELECT defined. file: [057eed81] check-in: [76bb649e] user: dan branch: trunk, size: 97055 | |
2011-02-12
| ||
14:23 | Fix the expected output on tests so that it corresponds to the new query planner results. All of veryquick.test is now passing with SQLITE_ENABLE_STAT2. file: [35a4ec28] check-in: [f2a8b5cc] user: drh branch: branch-3.7.2, size: 97077 | |
2010-11-13
| ||
16:42 | Change the EXPLAIN QUERY PLAN output to use "USING INDEX" instead of "BY INDEX", and to use "SEARCH" instead of "SCAN" for loops that are not full-table scans. file: [38039b84] check-in: [6611b76b] user: dan branch: experimental, size: 97087 | |
2010-11-11
| ||
10:36 | Modifications to test cases to account for new EXPLAIN QUERY PLAN output. file: [64e69327] check-in: [30904ef8] user: dan branch: experimental, size: 97072 | |
2009-12-31
| ||
15:51 | Change evidence marks to track requirement number changes in the foreign-key documentation. file: [6721a741] check-in: [6b4fcd81] user: drh branch: trunk, size: 96803 | |
2009-12-21
| ||
08:53 | Change many comments in e_fkey.test to include the full text of the corresponding statement in foreignkeys.html. file: [6c64ef13] check-in: [4b489ecb] user: dan branch: trunk, size: 96723 | |
2009-12-16
| ||
14:49 | Modify some comments in e_fkey.test. No changes to code or tests. file: [8bc42465] check-in: [1ba4f412] user: dan branch: trunk, size: 89233 | |
2009-11-28
| ||
15:35 | Add a test case for creating an FTS3 table with no module arguments or opening/closing brackets in the CREATE VIRTUAL TABLE statement. file: [fd1fcf89] check-in: [a9cba7ea] user: dan branch: trunk, size: 83857 | |
2009-11-27
| ||
18:31 | Change the test numbers in e_fkey.test so that they are in order. file: [f0fbfbcc] check-in: [ca73be44] user: dan branch: trunk, size: 84173 | |
2009-10-22
| ||
00:20 | Add markings on test evidence for R-30323-21917. file: [af2750ed] check-in: [e51af74c] user: drh branch: trunk, size: 83841 | |
2009-10-21
| ||
13:48 | Add evidence marks to parse.y. Fix a broken evidence link in e_fkey.tcl. file: [27a4c2d2] check-in: [0441d28e] user: drh branch: trunk, size: 83774 | |
2009-10-13
| ||
10:39 | Add further test cases to e_fkey.test. file: [fb71d325] check-in: [c85e5874] user: dan branch: trunk, size: 83774 | |
2009-10-12
| ||
18:57 | Add more test cases to e_fkey.test. file: [9f42822f] check-in: [5633cb2b] user: dan branch: trunk, size: 75688 | |
16:02 | Fix some mappings from e_fkey.test. file: [372ed0d5] check-in: [171c6713] user: dan branch: trunk, size: 67482 | |
15:25 | Update e_fkey.test to match the latest version of foreignkeys.html. file: [f2ad0c2e] check-in: [a2ca9f1a] user: dan branch: trunk, size: 67482 | |
11:27 | Extra test cases mapped to statements in foreignkeys.html. file: [b9bf4788] check-in: [ffa6207d] user: dan branch: trunk, size: 66548 | |
08:41 | Add further test cases to e_fkey.test. file: [f9fcab09] check-in: [d61cc0e1] user: dan branch: trunk, size: 61425 | |
2009-10-10
| ||
15:49 | Add tests to e_fkey.test. file: [4eed4c54] check-in: [5ec07fee] user: dan branch: trunk, size: 49818 | |
14:29 | Update requirement text for sqlite3_open_blob(). Update evidence comment in e_fkey.test to conform to the latest requirement phrasing. file: [543c1a09] check-in: [89c548ac] user: drh branch: trunk, size: 37665 | |
2009-10-09
| ||
18:16 | Add test cases to e_fkey.test. file: [5106b8fb] check-in: [e391dfe7] user: dan branch: trunk, size: 37574 | |
2009-10-08
| ||
19:02 | Test a couple of the examples in foreignkeys.html. file: [9ad5b376] check-in: [a2fb7902] user: dan branch: trunk, size: 19517 | |
17:42 | Add test cases to test file "e_fkey.test". file: [87a5d482] check-in: [23e0f61a] user: dan branch: trunk, size: 16663 | |
11:57 | Add tests to test/e_fkey.test. file: [1fc787e9] check-in: [533703d7] user: dan branch: trunk, size: 10116 | |
2009-10-07
| ||
18:41 | Add some tests of statements in foreignkeys.html. file: [0f520315] check-in: [83828679] user: dan branch: trunk, size: 6127 Added | |