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

Simplify SQLPanel._queries data structure #1638

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

living180
Copy link
Contributor

Instead of using a list of tuples of (alias, query) pairs, store the alias as a field on the query like everything else and use a list of queries directly.

Instead of using a list of tuples of (alias, query) pairs, store the
alias as a field on the query like everything else and use a list of
queries directly.
@matthiask matthiask merged commit ec4c0c6 into django-commons:main Jun 1, 2022
@matthiask
Copy link
Member

Excellent. Looks good and I trust the testsuite.

@living180 living180 deleted the sql_panel_work branch June 1, 2022 13:00
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