]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/c-apps/oils_storedq.c
Rewrote the implementation of the open-ils.qstore.columns method.
[working/Evergreen.git] / Open-ILS / src / c-apps / oils_storedq.c
2010-06-09 scottmkRewrote the implementation of the open-ils.qstore.colum...
2010-06-08 scottmk1. Support function calls in the FROM clause.
2010-06-01 scottmkAdd support for GROUP BY.
2010-05-31 scottmkAdd support for BETWEEN conditions.
2010-05-31 scottmk1. Add support for function calls. Note that certain...
2010-05-28 scottmkSupport IN lists.
2010-05-28 scottmkSupport series expressions, i.e. a series of expressions
2010-05-21 scottmkSupport IS NULL and IS NOT NULL expressions.
2010-05-19 scottmkAdd partial support for bind variables: load them from the
2010-05-06 scottmk1. Support negation of an expression (except in a few...
2010-04-29 scottmkImplement .columns method of qstore server, to return...
2010-04-20 scottmkImplement the .prepare and .sql methods (except ignoring