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