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

add QueryMultiDict #759

Merged

Conversation

Goldziher
Copy link
Contributor

@Goldziher Goldziher commented Nov 6, 2022

PR Checklist

  • Have you followed the guidelines in CONTRIBUTING.md?
  • Have you got 100% test coverage on new code?
  • Have you updated the prose documentation?
  • Have you updated the reference documentation?

This PR adds a multi dict for query params.

It might be that this implementation will degrade performance a bit, so we need to test and see how it stacks vis-a-vis the previous one. I will run some benchmarks tomorrow to see.

@Goldziher Goldziher linked an issue Nov 6, 2022 that may be closed by this pull request
@provinzkraut
Copy link
Member

@Goldziher Let me know what the outcome of your tests is. If it looks good, I'll incorporate it into #667

@Goldziher Goldziher merged commit 4f0bf7e into main Nov 7, 2022
@Goldziher Goldziher deleted the 742-enhancment-use-a-multidict-for-asgiconnectionquery_params branch November 7, 2022 18:42
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

89.5% 89.5% Coverage
0.0% 0.0% Duplication

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.

Enhancment: Use a multidict for ASGIConnection.query_params
3 participants