Please note that branch 3.6 is no longer maintained. Due to various issues, the query generated by Hibernate to support SQL Server pagination has been refactored. Currently final statement is generated by SQLServer2005LimitHandler#getProcessedSql() (see https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/dialect/pagination/SQLServer2005LimitHandler.java). If original query includes ORDER BY clause, we always add TOP expression. According to one of sources mentioned above, this should force serial zone. Can you check if hereby bug affects also new query?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Please note that branch 3.6 is no longer maintained. Due to various issues, the query generated by Hibernate to support SQL Server pagination has been refactored. Currently final statement is generated by SQLServer2005LimitHandler#getProcessedSql() (see https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/dialect/pagination/SQLServer2005LimitHandler.java). If original query includes ORDER BY clause, we always add TOP expression. According to one of sources mentioned above, this should force serial zone. Can you check if hereby bug affects also new query?