aboutsummaryrefslogtreecommitdiff
path: root/test/misc3.test
Commit message (Collapse)AuthorAge
* Minor adjustments to get Tcl9-based testing working on Macs.drh2024-07-31
| | | FossilOrigin-Name: 066c8672ee85a6ce972de38fcd3793fc2c1ef4f21c3de2379746d0ff18df8dc0
* Adjust a few tests that don't work even with the new floating pointdrh2024-07-31
| | | | | comparison routine. FossilOrigin-Name: 895125a4895099df7c3841ca7c34697ba17fd667bddbc2fd7148f7aa9d6d2b9d
* In the P4 column of the EXPLAIN listing, abbreviate "keyinfo" as just "k" anddrh2013-10-30
| | | | | "BINARY" as just "B". FossilOrigin-Name: 72d45eb79b5d0505050cff57a00d725948b2a0c0
* Fix misc3.test so that it works with OMIT_MERGE_SORT builds.dan2011-09-24
| | | FossilOrigin-Name: 87946c627f7230bea3739fd6aeec3e56115a3f93
* Performance improvements to the external merge-sorter. Keep content on andrh2011-09-03
| | | | | | | in-memory linked lists rather than an ephemeral table prior to spilling to disk. Use the external merge-sorter to implement ORDER BY and GROUP BY in addition to CREATE INDEX. FossilOrigin-Name: 4c43e8b2d2c1d8dcba3cd1c3f2ec4e19ab419430
* Fix the test case misc3-6.11 so that it works correctly on UTF16 databasesdrh2009-05-06
| | | | | after the fix of for ticket #3838, check-in (6603) (CVS 6609) FossilOrigin-Name: c1e739e39b1df205f3beb4088ce7760a0d56359f
* If a unique index covers any prefix of the ORDER BY clause then let itdrh2008-06-25
| | | | | satisfy the ORDER BY clause. (CVS 5301) FossilOrigin-Name: e53403b6d742be83c5b130ed6cef4035d081d613
* Additional test coverage improvements. Test coverage now stands at 98.73%. ↵drh2008-01-19
| | | | | (CVS 4731) FossilOrigin-Name: 010f7b780cb9c8f21af9ce810494fbd2be98a13f
* Miscellaneous code simplifications and cleanup and test coveragedrh2008-01-19
| | | | | enhancements. (CVS 4730) FossilOrigin-Name: af129b6d158cc90ce9752dd6383c1de47f7b3e43
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ↵danielk19772005-01-21
| | | | | macros) is defined. (CVS 2251) FossilOrigin-Name: bb0254ab14417f0ab40f10f37cb63a60507f070a
* All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055)drh2004-11-04
| | | FossilOrigin-Name: 158a2d16a8630e3b5892120f6ea68f2b0dc47eb3
* All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)drh2004-11-04
| | | FossilOrigin-Name: c33b3a613751057e8a46fdcd428b8448329d414d
* Update tests to work even if some features of the library are disabled. (CVS ↵drh2004-11-03
| | | | | 2050) FossilOrigin-Name: b11fc9b3f3a2711f98e7e45724aa1d30081197f3
* Tcl interface transfers values directly between SQLite and Tcl_Objs, withoutdrh2004-08-20
| | | | | at translation to strings. (CVS 1898) FossilOrigin-Name: e97c331362545ce21117776c7b61d3488668f2bf
* Fix the misc3.test test file. (CVS 1415)drh2004-05-20
| | | FossilOrigin-Name: 478836f44825d8154c0106e46e9a2b2daaa4cf33
* Fix a VDBE stack overflow that occurs when the left-hand side of an INdrh2004-03-17
| | | | | | expression is NULL and the result is stored on the stack rather than used to control a jump. Ticket #668. (CVS 1299) FossilOrigin-Name: fc7a7975b03c144c2db3566facd008d3701c735e
* Make sure a LIMIT clause on a SELECT cleans up the vdbe stack so that if itdrh2004-03-02
| | | | | occurs inside a trigger, it won't cause a stack overflow. Ticket #640. (CVS 1282) FossilOrigin-Name: 5aaa2939baa972231def086ed5f9d9ba63302532
* Make sure BEGIN, COMMIT, and ROLLBACK are really no-ops when precededdrh2004-02-24
| | | | | by EXPLAIN. Ticket #626. (CVS 1267) FossilOrigin-Name: 2af1f065b5eb39fd3ecac00f8a66d1b4186aead5
* Add test case for ticket #601. (CVS 1215)drh2004-02-09
| | | FossilOrigin-Name: 096312dacb9eb2f8da3cec1504aef8629b505e7f
* Fix comparisons of ROWID against floating point numbers so that they workdrh2004-01-14
| | | | | correctly. Ticket #377 and #567. (CVS 1178) FossilOrigin-Name: c9ac3db8e08403398ec344757385334601a59374
* Ignore NULLs in a subquery as the right operand of IN. Ticket #565. (CVS 1175)drh2004-01-14
| | | FossilOrigin-Name: c9e7996fb9080b715e9b273a3ac3ed3744e10a77
* Additional integer overflow boundary case tests. (CVS 1159)drh2004-01-06
| | | FossilOrigin-Name: 532170d4b8fc7a4e596a817257e9e1f81d364940
* Fix problem in the code generator were incorrect code was being created if drh2004-01-06
| | | | | | the SQL source contained a negative integer that was too large to fit in a 32-bit signed integer variable. Ticket #552. (CVS 1157) FossilOrigin-Name: b8381d9fe99273507e8626638110646801afef06
* Use a built-in atof() function instead of the one from the library todrh2003-12-23
| | | | | avoid problems with locale. Ticket #305. (CVS 1144) FossilOrigin-Name: 4d9edbc50f7dee64edbadad2e2dc4f93d8248b3b
* Make sure the pagers in-memory cache states in sync with the disk file.drh2003-12-17
Ticket #529. (CVS 1133) FossilOrigin-Name: da00efb13fe8ccf1c27e4e1193df6b53de9463f4