aboutsummaryrefslogtreecommitdiff
path: root/test/select2.test
Commit message (Collapse)AuthorAge
* Further refinements to table order selection on join query planning.drh2010-04-15
| | | FossilOrigin-Name: defaf0d99a807027f8883bf821b6482025f9f54e
* Disable test case select2-2.0.3. This was a timing test that sometimesdrh2009-01-15
| | | | | fails due to CPU contention with other processes on the same host. (CVS 6183) FossilOrigin-Name: ffdf91fec93aed35cf3dde1edbe9d7f8a5d23ae8
* Remove leftover debugging commands (breakpoint and btree_breakpoint) fromdrh2008-07-12
| | | | | test scripts. (CVS 5400) FossilOrigin-Name: dcb160249fa2d592ad09b8b0052102dc44a93511
* Fix a problem with the test scripts caused by not cleaning up the global tcl ↵danielk19772008-04-24
| | | | | namespace. (CVS 5044) FossilOrigin-Name: 440492395854a0886ef954ef2ed638bf587c6f03
* In where.c, split out the code that selects an index into a separatedrh2005-07-21
| | | | | subroutine. (CVS 2554) FossilOrigin-Name: c30cbba9ead1b4d07f225b1e8a65d5d5230ea45d
* Prevent collation sequences and user functions from being deleted or changed ↵danielk19772005-01-25
| | | | | while SQL statements are executing. (CVS 2275) FossilOrigin-Name: cabab62bc10568d435806a7059fad7274f0dd4c8
* Use the cache with loading a large table in select2-2.0. (CVS 2272)drh2005-01-24
| | | FossilOrigin-Name: bd65b1805c116a9073a01164d77e2bfd4ab3b447
* Allow CREATE TABLE and CREATE INDEX on attached databases. (CVS 1483)danielk19772004-05-28
| | | FossilOrigin-Name: 4984a130ccf3b8e486941a5d0d0cc70a691f0dac
* Remove the COPY command. (CVS 1477)drh2004-05-27
| | | FossilOrigin-Name: 287f86731c71401dbac098e08357367b4f8e5a43
* Implement type affinity for table and index records (CVS 1375)danielk19772004-05-14
| | | FossilOrigin-Name: dbfe6e93166d9557d66cab9dca7977baa3501e5e
* Manifest types in indices. At the moment indices use manifest typing, butdanielk19772004-05-13
| | | | | | some other parts of the SQL engine do not, which can lead to some strange results. (CVS 1368) FossilOrigin-Name: 9f2b6d9d3a07e25fcdb7e8290da7a182a65c37b2
* Fix for bug #8: Correctly handle terms of a WHERE clause in a join where thedrh2002-04-02
| | | | | term does not use a comparison operator. (CVS 515) FossilOrigin-Name: abb12259a09418eb6e3cf573ea718ac58c91ac7b
* Fix for bug #6: Correctly handle functions in the WHERE clause of a join. ↵drh2002-04-02
| | | | | (CVS 513) FossilOrigin-Name: bdd8ce584e16fe288a7e8386f897cb36a60e8431
* Fix a bug in DROP TABLE that could cause SQLITE_MASTER table corruption.drh2001-11-23
| | | | | | | | | | | | | The root problem was that the sequence of BTree operations (Delete, Next) would not always leave the cursor pointing at the first entry after the entry that was deleted. A consequence of this error was that a DROP TABLE on a table with indices would not always remove every index associated with that table from the SQLITE_MASTER table. Subsequent attempts to open the database will fail when the index for the missing table was parsed. Changes have also been made to ignore extra indices in the SQLITE_MASTER table so that a database previously corrupted by this bug is once again readable. (CVS 316) FossilOrigin-Name: 8a984667113564f2bac7412165b6ff8b7e3e8f70
* The new code for taking advantage of inequalities in WHERE clausesdrh2001-11-08
| | | | | is in place. It appears to work. (CVS 305) FossilOrigin-Name: 262bcd17df19f45def6144b5a7e0602ca5b03deb
* Disclaimed copyright. Preparing for release 2.0. (CVS 250)drh2001-09-16
| | | FossilOrigin-Name: 4e926efe2b59adfec4086eb1d2ba830238facb4c
* All tests now pass. But there are still issues. For example, insertsdrh2001-09-14
| | | | | are way too slow. And additional tests are needed for new features. (CVS 243) FossilOrigin-Name: e7b65e37fd88c4d69c89cfe73ab345b8b645ada6
* Many problems fixed. Many problems yet to go. (CVS 242)drh2001-09-13
| | | FossilOrigin-Name: 62c7bd11bcf6438cdcbf66fa67a2bf4ab9d1664d
* Add index access methods to the DBBE in preparation for adding a newdrh2001-08-19
| | | | | DBBE for the btree.c module. (CVS 236) FossilOrigin-Name: c15f6ffc4d41f30a06d750c8015226713ae0126b
* Identify tests that depend on system load anddrh2001-03-15
| | | | | processor speed. (CVS 192) FossilOrigin-Name: 4b0ba23807a57eaa3649622cff3be66cd75e7561
* Added the "memory:" driver (CVS 158)drh2000-10-19
| | | FossilOrigin-Name: 54d60c68dc83410e911b828a680772541c44e9df
* better column labels in select results (CVS 110)drh2000-07-29
| | | FossilOrigin-Name: 3bf434d93a54a24f4882d0d9375f82ceee0b7602
* :-) (CVS 104)drh2000-06-21
| | | FossilOrigin-Name: e1bf96a467b739373191bf75e6a097fc0f24bffc
* :-) (CVS 83)drh2000-06-08
| | | FossilOrigin-Name: 2e5786d10148872db47d99e39c3f54597ad777c8
* :-) (CVS 52)drh2000-06-05
| | | FossilOrigin-Name: c02268bdf4c28edc2542ce0ca1ba24fd6b5058fa
* :-) (CVS 40)drh2000-06-02
| | | FossilOrigin-Name: 939adb4d373842db0dde6ea00ee2c40316db5ac3
* :-) (CVS 39)drh2000-06-02
| | | FossilOrigin-Name: 721d58f4e1677a5814c00a59cce8c065fea8e7fe
* :-) (CVS 38)drh2000-06-02
| | | FossilOrigin-Name: 46c4b792e0a0e61c417f5c1771e013d90d652507
* :-) (CVS 37)drh2000-06-02
FossilOrigin-Name: 2b55f9b790e2914bbd2fd27ef23bbab79fa76937