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