5.0.3 -2017-06-20
- Solve the
supportMethodsArgumentsparameter problem. It is recommended to upgrade to the latest version.
5.0.2 - 2017-05-30
Page<E>implementsCloseableinterface, in JDK7+ which can use the intry ()call, it will automatically callPageHelper.clearPage ();#58- fixed: DB2 paging must be specified sub-query alias, or an exception will occur #52
- fixed
page.size() == 0thenpageInfo.isIsLastPage()isfalse#50
5.0.1 - 2017-04-23
- Add the new parameter
countColumnused to configure the automatic count column, the default value0, that is, `count(0). - The
Pageclass is also added with thecountColumnparameter, which can be configured for a specific query. - Modify the document display problem, by liumian* PR #30
- Resolved sqlserver2012 paging error 42
5.0.0 - 2017-01-02
- Use Use QueryInterceptor spec to handle paging logic
- New pagination plugin interceptor
com.github.pagehelper.PageInterceptor - New
DialectPageHelperis a special implementation class, the previous function is implemented in more user-friendly ways - New pagination plugin only a
dialectparameter, the defaultdialectisPageHelper PageHelpercontinue to support previously provided parameters, Among the latest to use the document has been fully updatedPageHelperhas ahelperDialectparameter which is the same functional as the previousdialect- Added paging implementation based on pure
RowBoundsandPageRowBounds, incom.github. pagehelper. dialect. rowboundspackage, it is used asdialectParameter sample implementation, more detailed documentation will be added later - Removed inappropriate orderby functions that appear in pagination plugin. It will provide a separate sort plug-ins in the future
- Remove
PageHelperare less commonly used methods - A new document, an important part of the update has been mentioned in the changelog, provides the English version of this document
- fix bug #149
- renamed Db2RowDialect to Db2RowBoundsDialect
- All thrown exceptions being replaced by PageException
Older Changelogs are written in Chinese
You can view here