gitgabrio commented on issue #855:
URL: 
https://github.com/apache/incubator-kie-issues/issues/855#issuecomment-2013138770

   Range string
   
   66. range literal =
   a. ( open range start | closed range start ) , range endpoint , ".." , range 
endpoint ( open range end | closed range
   end ) |
   b. open range start , ".." , range endpoint ( open range end | closed range 
end ) |
   c. ( open range start | closed range start ) , range endpoint , ".." , open 
range end ;
   67. range endpoint = numeric literal | string literal | date time literal ;
   
   
   The current implementation fullfill the specification. That funciont must 
not be confused with "10.3.2.7  Ranges", that are differents


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to