Hello together, H2 1.4.198 introduced a bug which causes an JdbcSQLSyntaxErrorException on e.g.
select id from myTable offset 0 limit 10 Usage of offset/limit in different order works select id from myTable limit 50 offset 0 I created an issue: https://github.com/h2database/h2database/issues/1757 Greetings, Björn -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
