We are overjoyed to announce the release of:

yaql 1.0.3: YAQL - Yet Another Query Language

This release is part of the liberty stable release series.

For more details, please see below.

Changes in yaql 1.0.2..1.0.3
----------------------------

e52b00d Bug in Lambda smart-type was fixed
2917427 Wrong parameter default for first()/last() was fixed
e1801c7 Turn [...] and {...} into regular operators
ed7519b Incorrect engine option was used for CLI
fb5dd4b Incorrect behavior of join() on iterators was fixed
4cc0720 Update .gitreview for new namespace
ed1bbf9 Allow "not X" expressions on non-boolean X

Diffstat (except docs and test files)
-------------------------------------

.gitreview                                  |  2 +-
yaql/cli/run.py                             |  2 +-
yaql/language/factory.py                    | 10 +++++++++-
yaql/language/lexer.py                      |  8 ++++++--
yaql/language/parser.py                     | 14 +++++++++-----
yaql/language/utils.py                      | 15 +++++++--------
yaql/language/yaqltypes.py                  |  4 +++-
yaql/standard_library/boolean.py            |  1 -
yaql/standard_library/queries.py            | 15 +++++++--------
yaql/standard_library/test_miscellaneous.py | 29 +++++++++++++++++++++++++++++
13 files changed, 94 insertions(+), 28 deletions(-)



__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to