| Age | Commit message (Collapse) | Author |
|
|
|
method
|
|
|
|
|
|
separate the gneration of the stats and the generation of the content.
|
|
separate the gneration of the stats and the generation of the content.
|
|
|
|
This adds a feature asked in issue #163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trans and vice versa)
|
|
level and transaction status
|
|
injection method on BaseDatabaseWrapper.cursor
|
|
|
|
different CursorWrapper's
|
|
|
|
compatibility
|
|
|
|
objects (and no longer requires DEBUG to be set)
|
|
|
|
|
|
|
|
|
|
connections in title
|
|
|
|
better view of stacktrace
|
|
For example, a query containing a stray ampersand needs to be escaped.
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
All panels get a copy of the template context when created and use an updated
copy when rendering so they can have full access to context vars and avoid
making changes to the shared context.
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
Signed-off-by: Chris Lamb <lamby@debian.org>
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
management command and SQL panel.
|
|
|
|
SELECT query.
|
|
|
|
|
|
queries than the panel pane if SQL queries happened in between calls.
This caches the queries off in an array to be used in both places. If the
possibility of queries happening elsewhere occurs, the SQL panel should
probably be moved lower in the execution stack.
|
|
view of the SQL.
|
|
both duration and sequence to the SQL template.
|
|
|
|
|