SQLite

All files named ”test/descidx3.test”
Login

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

History for test/descidx3.test

2019-10-29
16:18
[953c831df7] 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: 4125)
2013-03-12
22:13
[09ddbe3f52] part of check-in [38c6bddf8c] Fix a test case that had an ambiguous result. (check-in: [38c6bddf8c] user: drh branch: desc-orderby-fix-1, size: 4082)
2010-06-22
13:46
[fe720e8b37] 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: 4074)
2008-03-19
00:21
[3394ad4d08] 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: 3909)
2006-07-11
14:17
[3a55b8d73b] 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: 4038)
2006-06-27
12:51
[443dfeafab] 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: 4016)
2006-01-16
16:24
[51eaeee554] 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: 4006)
2006-01-14
08:02
[b826d06739] part of check-in [8e79a0c24a] Fixes for OMIT_SUBQUERY builds: Disable where clause OR->IN optimization. Include EXISTS keyword (for new CREATE TABLE syntax). Test file fixes. (CVS 2943) (check-in: [8e79a0c24a] user: danielk1977 branch: trunk, size: 3959)
2006-01-02
18:24
Added: [56daed47e2] part of check-in [2622c5242b] Additional tests for descending indices. Comment changes. (CVS 2850) (check-in: [2622c5242b] user: drh branch: trunk, size: 3741)