Skip to content

Fix paging in DB2Dialect #2547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 21, 2020
Merged

Fix paging in DB2Dialect #2547

merged 3 commits into from
Sep 21, 2020

Conversation

hazzik
Copy link
Member

@hazzik hazzik commented Sep 17, 2020

No description provided.

@hazzik hazzik added this to the next minor milestone Sep 17, 2020
@hazzik hazzik changed the title Fix paging in DB2 Fix paging in DB2Dialect Sep 17, 2020
@@ -10,7 +10,7 @@ public class TextHolder
/// </summary>
public static bool SupportedForDialect(Dialect.Dialect dialect)
{
return !(dialect is FirebirdDialect || dialect is Oracle8iDialect || dialect is MsSqlCeDialect || dialect is HanaRowStoreDialect);
return !(dialect is FirebirdDialect || dialect is Oracle8iDialect || dialect is MsSqlCeDialect || dialect is HanaRowStoreDialect || dialect is DB2Dialect);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strictly speaking this is not related, but let it be here.

@hazzik hazzik merged commit 053467c into nhibernate:master Sep 21, 2020
@hazzik hazzik deleted the db2-fix-paging branch September 21, 2020 00:40
@fredericDelaporte fredericDelaporte changed the title Fix paging in DB2Dialect Fix paging in DB2Dialect Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants