This is an automated email from the ASF dual-hosted git repository.

thomasm pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from eb5654e53f Merge pull request #946 from mreutegg/OAK-10250
     add 34865a30c2 OAK-10261 Query with OR clause with COALESCE function 
incorrectly interpreted
     add c197495d79 Add IT for coalesce function usage without index
     add b6801d1de7 OAK-10261 Query with OR clause with COALESCE function 
(update docs based on what we found in a test case)
     new b760f760b4 Merge pull request #954 from apache/OAK-10261

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../jackrabbit/oak/query/ast/CoalesceImpl.java     |   4 +-
 .../apache/jackrabbit/oak/query/ast/OrImpl.java    |   2 +-
 .../jackrabbit/oak/query/ast/OrImplTest.java       |  12 ++-
 .../oak/query/ast/PropertyExistenceTest.java       | 102 +++++++++++++++++++++
 oak-doc/src/site/markdown/query/grammar-sql2.md.vm |   2 +
 .../src/site/markdown/query/grammar-xpath.md.vm    |   2 +
 .../oak/plugins/index/FunctionIndexCommonTest.java |  94 +++++++++++++++++++
 7 files changed, 210 insertions(+), 8 deletions(-)
 create mode 100644 
oak-core/src/test/java/org/apache/jackrabbit/oak/query/ast/PropertyExistenceTest.java

Reply via email to