Skip to content
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

Initial DB2Luw9Platform using row_number() for row limiting sql #3017

Merged
merged 5 commits into from
Jul 3, 2023

Conversation

rbygrave
Copy link
Member

No description provided.

/**
* DB2 platform for Linux/Unix/Windows version 9.x.
*/
public class DB2Luw9Platform extends BaseDB2Platform {
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: There is still the DB2LegacyPlatform as fallback which has very restrictive limits to 18 characters. (For V7 and below).
I think it makes sense to include the limiters also there.

@rbygrave rbygrave added this to the 13.20.1 milestone Jul 3, 2023
@rbygrave rbygrave self-assigned this Jul 3, 2023
@rbygrave rbygrave merged commit e9b2b8d into master Jul 3, 2023
2 checks passed
@rbygrave rbygrave deleted the feature/db2luw9 branch July 3, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can I get get sql from QUser? / DB2 LUW 9.7 support for the eq. of limit/offset
2 participants