Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/index3.test
2018-11-07
| ||
02:17 | Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. file: [51685f39] check-in: [3212733c] user: drh branch: read-only-shadow, size: 2802 | |
2015-11-01
| ||
21:19 | If a table-constraint PRIMARY KEY lists a single column in single-quotes and that column has type INTEGER, then make that column an integer primary key, for historical compatibility. Fix for ticket [ac661962a2aeab3c331]. file: [81bc4789] check-in: [db319a03] user: drh branch: trunk, size: 2767 | |
2015-09-04
| ||
12:54 | Continue to support the (broken) legacy syntax of allowing strings for column names in CREATE INDEX statements and in UNIQUE and PRIMARY KEY constraints. file: [fa3e49bb] check-in: [3d3df79b] user: drh branch: trunk, size: 2243 | |
2015-05-21
| ||
02:07 | When parsing the schema, ignore any SQL that does not begin with "CREATE". Cherrypick of [d3c00d61581c] with additional changes. file: [8bbf1f05] check-in: [09784f37] user: drh branch: branch-3.7.11, size: 1440 | |
2015-04-16
| ||
00:26 | When parsing the schema, ignore any SQL that does not begin with "CREATE". file: [b6ec456c] check-in: [d3c00d61] user: drh branch: trunk, size: 1440 | |
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: [55a90cff] check-in: [54b22192] user: drh branch: omit-rowid, size: 1472 | |
2010-07-08
| ||
09:44 | Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. file: [423a25c7] check-in: [f553c8ed] user: dan branch: trunk, size: 1472 | |
2008-03-19
| ||
13:03 | When a parse of the sqlite_master table fails, include the name of the object being parsed as part of the error message. (CVS 4881) file: [727d55dc] check-in: [57805b58] user: drh branch: trunk, size: 1469 | |
2005-08-20
| ||
03:03 | Increased test coverage. Some malloc tests now fail though this is believed to be an instrumentation problem not a real error. (CVS 2604) file: [f66718cd] check-in: [f786f37a] user: drh branch: trunk, size: 1464 | |
2005-02-14
| ||
20:48 | Make sure that when a CREATE INDEX fails, it does not leave a residue behind that can corrupt the database. Ticket #1115. (CVS 2330) file: [72bd07b5] check-in: [cbed92f3] user: drh branch: trunk, size: 1129 Added | |