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

fix for #4049 #4050

Merged
merged 3 commits into from
May 5, 2023
Merged

fix for #4049 #4050

merged 3 commits into from
May 5, 2023

Conversation

mghiglieri
Copy link
Contributor

Fix for #4049 and probably for #4032

@viggo-devries
Copy link
Contributor

@mghiglieri you have lint errors, probably the removed newline.

@mghiglieri
Copy link
Contributor Author

@viggo-devries I added a newline at the end.

@@ -32,3 +32,4 @@ class ExpandDownwardsCategoryQueryset(Subquery):

def as_sqlite(self, compiler, connection):
return super().as_sql(compiler, connection, self.template[1:-1])

Copy link
Contributor

Choose a reason for hiding this comment

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

Still a change here, please remove this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, just changed it. No changes after line 19.

@viggo-devries viggo-devries merged commit f3b2d2e into django-oscar:master May 5, 2023
viggo-devries added a commit that referenced this pull request May 5, 2023
This reverts commit f3b2d2e.
@viggo-devries
Copy link
Contributor

@mghiglieri unfortunately this breaks gives a syntax error in postgres.

@specialunderwear
Copy link
Member

you would have to make this work in both postgres and mysql @mghiglieri this was reverted.

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.

None yet

3 participants