Re: jpa/eclipselink setMaxResults() doesn't work with MySql - sql syntax error
Posted by: tante anni
Date: August 04, 2010 12:51AM

this bug seem to be fixed in eclipselink 2.1.0!

the generated syntax is now

"
"SELECT `Id` AS a1, `column2` AS a2, ... FROM table LIMIT 0, 5"
"

Options: ReplyQuote


Subject
Written By
Posted
Re: jpa/eclipselink setMaxResults() doesn't work with MySql - sql syntax error
August 04, 2010 12:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.