Menu

Query parsing issue with parenthisis

jigar shah
2009-01-07
2012-12-07
  • jigar shah

    jigar shah - 2009-01-07

    select * from Person where deptname='it' AND NOT (age=25) works fine on oracle 10g. But it throws parsing error in jsqlparser.
    I am not sure if there is anything wrong in query.

    Where exactly NOT () is used in any case ?

     
    • Leonardo Francalanci

      That's a bug.

      I'll look into that.

       
    • Leonardo Francalanci

      version 0.6.2 should solve the problem.

       

Log in to post a comment.