pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
953 stars 146 forks source link

Suggestion: Use sqlparse.format() for better sql indentation #48

Closed yoloseem closed 9 years ago

yoloseem commented 11 years ago

Applied formatter of sqlparse into .utils.format_sql().

dahlia commented 11 years ago

:+1: Although it would be better if we can switch this using config (see also other config options).

jacobsvante commented 10 years ago

The SQL blobs take forever to read now so this would be a great addition.

mgood commented 9 years ago

Looks good, thanks!

yoloseem commented 9 years ago

Wow. It's been a long time. Thank you!