pallets-eco / pallets-eco/flask-debugtoolbar
Reports of queries in SQLAlchemy panel should include parameter values
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 978
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to have Flask-Debugtoolbar display the values of the parameters used in SQLAlchemy queries, instead of the current "%(param_X)s" situation.
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SQLAlchemy panel implementation and tracing how parameterized query reports are rendered. Confirm how the current "%(param_X)s" placeholders are produced; done means reports display the values used by the queries instead.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlalchemy
- Domain
- databases, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100