Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/descidx1.test
2019-10-29
| ||
16:18 | [edc8adee58] part of check-in [4d424f3047] Remove the legacy_file_format PRAGMA. In its place, provide the SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). Fix for ticket [6484e6ce678fffab] (check-in: [4d424f3047] user: drh branch: trunk, size: 9929) | |
2013-06-03
| ||
20:46 | [6d03b44c85] part of check-in [6bc71dfcf0] Pull in recent trunk changes. Fix the ORDER BY optimizer so that it is better able to deal with COLLATE clauses. Clean up ambiguities in the descidx1.test script. (check-in: [6bc71dfcf0] user: drh branch: nextgen-query-plan-exp, size: 9855) | |
2011-08-02
| ||
00:57 | [533dcbda61] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 9833) | |
2010-06-22
| ||
13:46 | [b1353c1a15] part of check-in [85dd51a75c] Some changes to test scripts related to codec enabled versions of sqlite. (check-in: [85dd51a75c] user: dan branch: trunk, size: 9854) | |
2008-03-19
| ||
00:21 | [a13d443571] part of check-in [24e769972e] Remove the dependency on the direct btree interface from as many test scripts as is practical. Fix a bug in the output limiter of the integrity_check pragma that came up while making this change. (CVS 4880) (check-in: [24e769972e] user: drh branch: trunk, size: 9689) | |
2007-11-28
| ||
13:43 | [6c9d528b60] part of check-in [f731fa6bb3] Preset the legacy_file_format pragma to the value of the primary database so that a VACUUM will not unknowingly alter the setting. Ticket #2804. (CVS 4574) (check-in: [f731fa6bb3] user: drh branch: trunk, size: 9816) | |
2007-11-27
| ||
23:36 | [4537cac47b] part of check-in [57400f50c6] Add test cases to verify that the file format is preserved across VACUUM. Ticket #2804. (CVS 4572) (check-in: [57400f50c6] user: drh branch: trunk, size: 9506) | |
2006-07-11
| ||
14:17 | [2177c4ad55] part of check-in [65b60f05ce] By default, new databases are now created in the legacy file format - the format that ignores DESC on indices. If you want descending indices, you must either recompile with -DSQLITE_DEFAULT_FILE_FORMAT=4 or issue "PRAGMA legacy_file_format=OFF" prior to creating the first table in the database. (CVS 3330) (check-in: [65b60f05ce] user: drh branch: trunk, size: 9190) | |
2006-06-27
| ||
12:51 | [514e84d56d] part of check-in [8a49311d2f] All tests pass even if compiled with -DSQLITE_DEFAULT_FILE_FORMAT=1. (CVS 3308) (check-in: [8a49311d2f] user: drh branch: trunk, size: 8720) | |
2006-01-16
| ||
16:24 | [3d243c8022] part of check-in [c058f483a5] Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS 2961) (check-in: [c058f483a5] user: danielk1977 branch: trunk, size: 8677) | |
2006-01-12
| ||
01:56 | [616076c4fd] part of check-in [b2dbd1a5b7] Add the legacy_file_format pragma. (CVS 2922) (check-in: [b2dbd1a5b7] user: drh branch: trunk, size: 8543) | |
2005-12-29
| ||
19:23 | [466a9b87f3] part of check-in [ae301db8a6] Add serial-types 8 and 9 for integer constants of 0 and 1 that use zero bytes of storage. Make the default file format 4. Add the SQLITE_DEFAULT_FILE_FORMAT compile-time option to lower the default file format number so that newly created databases can be read and written by older versions of SQLite. (CVS 2845) (check-in: [ae301db8a6] user: drh branch: trunk, size: 8096) | |
2005-12-21
| ||
18:36 | [8e9c3b91fd] part of check-in [5638a11ed5] Bug fixes and additional testing of descending indices. (CVS 2841) (check-in: [5638a11ed5] user: drh branch: trunk, size: 8149) | |
14:43 | Added: [c1e71467fa] part of check-in [7064433e5b] Basic functionality for descending indices is in place. Lots more testing needed. (CVS 2840) (check-in: [7064433e5b] user: drh branch: trunk, size: 4643) | |