You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by th...@apache.org on 2023/05/25 05:47:48 UTC

[jackrabbit-oak] branch trunk updated (eb5654e53f -> b760f760b4)

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


[jackrabbit-oak] 01/01: Merge pull request #954 from apache/OAK-10261

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b760f760b4d22e379bd0bca1e8e7083fd61e07e0
Merge: eb5654e53f b6801d1de7
Author: Thomas Mueller <th...@apache.org>
AuthorDate: Thu May 25 07:47:42 2023 +0200

    Merge pull request #954 from apache/OAK-10261
    
    OAK-10261 Query with OR clause with COALESCE function

 .../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(-)