Skip to content

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