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 TypeError on the Query Report tab #150

Merged
merged 1 commit into from Mar 16, 2024
Merged

Fix TypeError on the Query Report tab #150

merged 1 commit into from Mar 16, 2024

Conversation

davisagli
Copy link
Member

Fixes #136

A sequence of dicts doesn't have an inherent sort order.

That's fine: in this use case, we're displaying a list of which indexes were applied in the latest slow query for a given query key. It is more useful to show them in the order they were actually applied (which can reveal an inefficient query plan) rather than sorted alphabetically by index id.

@davisagli davisagli merged commit 63fb620 into master Mar 16, 2024
16 checks passed
@davisagli davisagli deleted the fix-report-tab branch March 16, 2024 17:08
@icemac
Copy link
Member

icemac commented Mar 21, 2024

Released in https://pypi.org/project/Products.ZCatalog/7.1/

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.

manage_catalogReport throwing TypeError
3 participants