Item14419: Does not handle n-ary nodes

pencil
Priority: Urgent
Current State: Closed
Released In: n/a
Target Release:
Applies To: Extension
Component: DBIStoreContrib
Branches: master
Reported By: CrawfordCurrie
Waiting For:
Last Change By: CrawfordCurrie
The core query parser has been extended to support n-ary nodes for AND and OR. However the hoisting in DBIStoreContrib still assumes they are binary.

Simplest solution is to unfold these nodes into a binary tree i.s. A AND B AND C -> (A AND B) AND C

-- CrawfordCurrie - 09 Jun 2017

Fixed in 2.1

-- Main.CrawfordCurrie - 09 Jun 2017 - 20:33
 
Topic revision: r1 - 09 Jun 2017, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy