1. 31 Aug, 2006 1 commit
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug#14654 : Cannot select from the same table twice within a UNION statement · e5bc4c7e
      gkodinov/kgeorge@macbook.gmz authored
       Made the parser to support parenthesis around UNION branches.
       This is done by amending the rules of the parser so it generates the correct
       structure.
       Currently it supports arbitrary subquery/join/parenthesis operations in the 
       EXISTS clause. 
       In the IN/scalar subquery case it will allow adding nested parenthesis only 
       if there is an UNION clause after the parenthesis. Otherwise it will just  
       treat the multiple nested parenthesis as a scalar expression.
       It adds extra lex level for ((SELECT ...) UNION ...) to accommodate for the
       UNION clause.
      e5bc4c7e
  2. 17 Aug, 2006 1 commit
  3. 16 Aug, 2006 3 commits
  4. 15 Aug, 2006 13 commits
  5. 14 Aug, 2006 3 commits
  6. 11 Aug, 2006 3 commits
  7. 10 Aug, 2006 4 commits
  8. 09 Aug, 2006 3 commits
  9. 08 Aug, 2006 3 commits
  10. 07 Aug, 2006 1 commit
  11. 06 Aug, 2006 3 commits
  12. 03 Aug, 2006 2 commits