1 Reply Latest reply on May 10, 2004 4:40 AM by aloubyansky

    QL parser ignores spaces

    wolfc

      jBoss 3.2.2
      jBoss 3.2.3

      The following will not work:

      SELECT es.dateFrom FROM EventSeq es
      org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "FROM" at line 1, column 20.
      Was expecting one of:
       "IN" ...
       <ABSTRACT_SCHEMA> ...
      

      While the following does work:
      SELECT es.dateFrm FROM EventSeq es
      

      Feature or bug?