Hi all,
it seems to me that the sql queries that end with OFFSET - LIMIT are not 
handled properly. For instance query `SELECT * FROM PET offset 2 limit 2` 
ends with failure, but  `SELECT * FROM PET limit 2 offset 2` works with no 
problems.

I discovered this using h2console.war (
http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/h2-console/) on 
JBoss AS 7.1.3. H2 version: 1.3.168

Does anyome encounter this problem ? Should I submit an issue ? 

Thanks for any replies,
Tomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to