flask-debugtoolbar
flask-debugtoolbar copied to clipboard
Reports of queries in SQLAlchemy panel should include parameter values
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!