Sorry for my newbie question but I'm not aware of the release / development lifecycle of the hibernate team. The status says 'FIXED', does this mean the updates are already published, for instance in mvnrepository.com?
The reason I'm asking is because I'm using version 4.3.6.Final and when calling setMaxResults(0) the generated SQL does not include the LIMIT 0 at the end (in Mysql) which was the original requirement in this issue.
Thanks in advance!
|