aboutsummaryrefslogtreecommitdiff
path: root/test/misc4.test
Commit message (Expand)AuthorAge
* Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test casesdrh2018-11-07
* Make a hard copy of the results of a subquery lest the result of thedrh2015-05-18
* Simplifications to error message processing. Fix a possible problem in errordrh2015-05-15
* Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1drh2010-09-25
* Strengthen the tests for aggregate functions in GROUP BY clauses.drh2007-12-08
* Invalidate prepared SQL statements when rolling back a transaction that inclu...danielk19772007-08-13
* The sqlite TCL command no longer returns the hex address of the sqlite3*drh2006-01-03
* The SUM() aggregate function returns an integer result if all inputs aredrh2005-09-08
* Optimizations and refinements. Improvements to test coverage. (CVS 2667)drh2005-09-08
* More bug fixes. But there are still tests that fail. (CVS 2664)drh2005-09-07
* Rewrite the aggregate handling logic so that it runs in O(1) space.drh2005-09-07
* Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)danielk19772005-03-29
* Have the optimization introduced in (2170) deal with OP_NullRow as well as OP...danielk19772005-01-30
* Modify sub-query handling. Tickets #1083 and #1084. (CVS 2286)danielk19772005-01-29
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...danielk19772005-01-21
* Fix some test scripts so that they work with a minimal build configuration. (...danielk19772005-01-20
* CREATE TABLE ... AS ... uses short names for columns. Ticket #1036. (CVS 2232)drh2005-01-18
* Continue refactoring name resolution. Fix for ticket #1047. (CVS 2230)drh2005-01-18
* Improved test coverage for util.c. (CVS 2194)drh2005-01-11
* Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)danielk19772004-11-22
* Reinsert code deleted by (1998) that we thought was unused but was in fact drh2004-10-19
* Prepared statements now work with CREATE and DROP. All tests pass.drh2004-07-24
* Fix more problems with deferred execution of CREATE. Still need to do DROP.drh2004-07-24
* Progress towards getting prepared statements and CREATE and DROP to playdrh2004-07-24
* Store schema cookies on the TEMP database. Ticket #807. (CVS 1817)drh2004-07-19
* When comparing two expressions do not apply affinity to either operand.drh2004-07-19
* Unsuccessful attempt to reproduce ticket #807. (CVS 1809)drh2004-07-18