aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
Commit message (Expand)AuthorAge
* Added FOR EACH ROW triggers functionality (CVS 562)danielk19772002-05-15
* Fix for ticket #1: Implement the GLOB and LIKE operators as functions thatdrh2002-04-20
* Added support for CASE expressions - patches from Dan Kennedy. (CVS 437)drh2002-03-24
* Fix bug in anonymous subquery in a join. Parser requires a semicolon ordrh2002-03-13
* Optimizations to the processing of integer comparisons. (CVS 420)drh2002-03-06
* VIEWs are bound to tables when they are used, not when they are firstdrh2002-03-03
* Fix a memory leak in expression processing. (CVS 414)drh2002-03-03
* Subquery flattening is implemented and passes all regression tests.drh2002-03-02
* The new function code passes regression tests. (CVS 403)drh2002-02-28
* Fix the coredump. There are still problems in the test suite though. (CVS 402)drh2002-02-28
* Completely remove the old SQL function system and replace it with thedrh2002-02-28
* Revise the API for user-defined functions. (CVS 398)drh2002-02-27
* The user-defined function routines failed to detect a malloc() failure. (CVS ...drh2002-02-27
* Bug fixes in the VIEW implementation. (CVS 396)drh2002-02-27
* Comment changes only. (CVS 395)drh2002-02-26
* Code for user-defined aggregates added. Legacy tests all pass but theredrh2002-02-24
* Added support for user-defined normal functions. Support for user-defineddrh2002-02-23
* Code to implement CREATE VIEW is in place. A quick smoke test shows thatdrh2002-02-23
* All identifiers to be quoted in square brackets, for compatibility withdrh2002-02-14
* Better testing of the ON CONFLICT logic. (CVS 358)drh2002-01-30
* Constant ORDER BY or GROUP BY expressions are an error. (CVS 352)drh2002-01-22
* The right-hand side of an AS in a SELECT can be used within expressions ofdrh2002-01-22
* Comment updates most. Also some small changes to the VDBE. (CVS 339)drh2002-01-06
* An attempt to delete a single row using a WHERE clause that specifiesdrh2002-01-04
* Added support for the INTEGER PRIMARY KEY column type. (CVS 333)drh2001-12-21
* Fix comparison functions so that they are consistent with the orderdrh2001-11-24
* The new code for taking advantage of inequalities in WHERE clausesdrh2001-11-08
* More changes for 2.0.7. (CVS 293)drh2001-10-22
* 2.0.3 (CVS 287)drh2001-10-13
* Remove the P3 and label arguments from the internal sqliteVdbeAddOp()drh2001-10-13
* Adding table column query capability to support ODBC. (CVS 278)drh2001-10-06
* Disclaimed copyright. Preparing for release 2.0. (CVS 250)drh2001-09-16
* All tests now pass. But there are still issues. For example, insertsdrh2001-09-14
* The BTree changes are now integrated and the whole thing compiles anddrh2001-09-13
* Add ability to quote table and column names in expression. (CVS 235)drh2001-07-23
* better handling of out-of-memory errors (CVS 207)drh2001-04-11
* Clean up some compiler warnings (CVS 200)drh2001-04-04
* Added transaction support (CVS 196)drh2001-04-04
* continued progress toward version 2.0 (CVS 177)drh2001-01-15
* Comment changes only (CVS 166)drh2000-11-28
* Added length() and substr() functions (CVS 143)drh2000-08-28
* :-) (CVS 104)drh2000-06-21
* :-) (CVS 101)drh2000-06-17
* :-) (CVS 100)drh2000-06-16
* added the fcnt() function for testing (CVS 92)drh2000-06-11
* :-) (CVS 81)drh2000-06-08
* remove all memory leaks (CVS 80)drh2000-06-08
* :-) (CVS 79)drh2000-06-08
* :-) (CVS 74)drh2000-06-07
* GROUP BY and HAVING installed (CVS 58)drh2000-06-06