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

[Feature] Add support for window functions #460

Merged
merged 4 commits into from
Jan 9, 2023

Conversation

michaelfyc
Copy link
Contributor

ANSI SQL2003 allows for a window_clause in aggregate function calls, the addition of which makes those functions into window functions. Nowadays, many mainstream relational databases, including MySQL, SQLite, Postgres, have supported window functions syntax. However, it is still rare to see an ORM framework that supports it. Ktorm, as a lightweight but powerful ORM framework, has the ability to be a pioneer.
This pull request mainly focuses on implementing window function expression for MySQL dialect.

@vincentlauvlwj vincentlauvlwj merged commit 93df271 into kotlin-orm:v3.6.x Jan 9, 2023
vincentlauvlwj added a commit that referenced this pull request Jan 9, 2023
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.

2 participants