You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 5.2.0, SqlWindowingPagingQueryProvider is only extended by DerbyPagingQueryProvider. The usage of this class can be replaced with AbstractSqlPagingQueryProvider.
The text was updated successfully, but these errors were encountered:
Replaces the implementation of `DerbyPagingQueryProvider`
with that corresponding to DB2 and adds an integration test
that failed with the previous implementation.
Deprecates `SqlWindowingPagingQueryProvider` for removal,
which was effectively only used by `DerbyPagingQueryProvider`.
Resolvesspring-projects#4733
Signed-off-by: Fabrice Bibonne <[email protected]>
As of 5.2.0,
SqlWindowingPagingQueryProvider
is only extended byDerbyPagingQueryProvider
. The usage of this class can be replaced withAbstractSqlPagingQueryProvider
.The text was updated successfully, but these errors were encountered: