django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

Support select and explain for UNION queries #1972

Closed friedelwolff closed 2 months ago

friedelwolff commented 3 months ago

Some UNION queries can start with "(", causing it to not be classified as a SELECT query, and consequently the select and explain buttons are missing on the SQL panel.

tim-schilling commented 2 months ago

Thank you @friedelwolff!