Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6ad8302a3cb36ef54f02a69a1719f4b2ba758aa5
https://github.com/hibernate/hibernate-orm/commit/6ad8302a3cb36ef54f02a69...
Author: Bruce Brown <bruce.brown(a)fastbridge.org>
Date: 2017-08-16 (Wed, 16 Aug 2017)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/dialect/pagination/SQLServer2012LimitHandler.java
Log Message:
-----------
HHH-11929 removed excessive toLowerCase() and substring() from
SQLServer2012LimitHandler.hasOrderBy(). Also reversed the direction for scanning the sql
string for "order by " to start at the end of the string