]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/c-apps/buildSQL.c
LP1822414 Angular format service formatValue pipe
[Evergreen.git] / Open-ILS / src / c-apps / buildSQL.c
2012-05-23 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-05-21 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2010-07-14 scottmkWhen returning a list of bind variables: If a default_...
2010-07-13 scottmkQstore: support LIMIT and OFFSET clauses.
2010-07-01 scottmkSupport the following built-in functions with peculiar...
2010-07-01 scottmk1. Support the peculiar syntax of EXTRACT().
2010-06-28 scottmkSupport function calls with subfields, e.g. (func(args...
2010-06-17 scottmkSupport CAST expressions, taking care to avoid SQL...
2010-06-13 scottmkIn qstore: support CASE expressions.
2010-06-10 scottmkWhen building string literals in SQL: escape special...
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-20 scottmkImplement new param_list method, which returns a list of
2010-05-19 scottmkImplement open-ils.qstore.bind_param method, which...
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-30 scottmk1. When a class name is available instead of a table...
2010-04-20 scottmkImplement the .prepare and .sql methods (except ignoring