SQLite

All files named ”test/index3.test”
Login

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

History for test/index3.test

2018-11-07
02:17
[51685f3934] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 2802)
2015-11-01
21:19
[81bc47890b] part of check-in [db319a035f] 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]. (check-in: [db319a035f] user: drh branch: trunk, size: 2767)
2015-09-04
12:54
[fa3e49bbaa] part of check-in [3d3df79bfa] Continue to support the (broken) legacy syntax of allowing strings for column names in CREATE INDEX statements and in UNIQUE and PRIMARY KEY constraints. (check-in: [3d3df79bfa] user: drh branch: trunk, size: 2243)
2015-05-21
02:07
[8bbf1f05e8] part of check-in [09784f376b] When parsing the schema, ignore any SQL that does not begin with "CREATE". Cherrypick of [d3c00d61581c] with additional changes. (check-in: [09784f376b] user: drh branch: branch-3.7.11, size: 1440)
2015-04-16
00:26
[b6ec456cf3] part of check-in [d3c00d6158] When parsing the schema, ignore any SQL that does not begin with "CREATE". (check-in: [d3c00d6158] user: drh branch: trunk, size: 1440)
2013-11-05
13:33
[55a90cff99] part of check-in [54b2219297] 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. (check-in: [54b2219297] user: drh branch: omit-rowid, size: 1472)
2010-07-08
09:44
[423a25c789] part of check-in [f553c8ed04] Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. (check-in: [f553c8ed04] user: dan branch: trunk, size: 1472)
2008-03-19
13:03
[727d55dceb] part of check-in [57805b588f] 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) (check-in: [57805b588f] user: drh branch: trunk, size: 1469)
2005-08-20
03:03
[f66718cd92] part of check-in [f786f37a5e] Increased test coverage. Some malloc tests now fail though this is believed to be an instrumentation problem not a real error. (CVS 2604) (check-in: [f786f37a5e] user: drh branch: trunk, size: 1464)
2005-02-14
20:48
Added: [72bd07b508] part of check-in [cbed92f397] Make sure that when a CREATE INDEX fails, it does not leave a residue behind that can corrupt the database. Ticket #1115. (CVS 2330) (check-in: [cbed92f397] user: drh branch: trunk, size: 1129)