-
Notifications
You must be signed in to change notification settings - Fork 130
Enable support for window functions #41
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
Conversation
|
There're few unit tests in |
|
Thanks. I see the contribution guide now has instructions for running the test suite, so I'll take a look. |
|
Now passes the test suite. |
It seems that while this backend can support window functions out of the box, the flag hasn't been set, so a NotSupportError is thrown (see ESSolutions/django-mssql-backend#67)
I've just tried some common uses (rank over a partition, average over a row range frame), and they worked perfectly.