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

Support Microsoft SQL Server #141

Closed
javrasya opened this issue Feb 18, 2020 · 0 comments
Closed

Support Microsoft SQL Server #141

javrasya opened this issue Feb 18, 2020 · 0 comments
Assignees
Milestone

Comments

@javrasya
Copy link
Owner

javrasya commented Feb 18, 2020

Description:

The way how django-river finds what is on approval is that it is using a library that is called django-cte which allows us to do some more advanced queries like windowing, joining two datasets, etc. It doesn't work with Microsoft SQL Database

Acceptance Criteria:

  • Maybe implement a custom SQL scripts instead of using cte but to do the same thing. Different SQL script can be used with different DB drivers.
@javrasya javrasya changed the title Support Microsoft SQL Database Support Microsoft SQL Server Feb 18, 2020
javrasya added a commit that referenced this issue Mar 16, 2020
javrasya added a commit that referenced this issue Mar 16, 2020
javrasya added a commit that referenced this issue Mar 16, 2020
javrasya added a commit that referenced this issue Mar 16, 2020
javrasya added a commit that referenced this issue Mar 17, 2020
javrasya added a commit that referenced this issue Mar 17, 2020
* [#141] Support Microsoft SQL Server 17 and 19
@javrasya javrasya added this to the 3.2.0 milestone Mar 17, 2020
@javrasya javrasya self-assigned this Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant