#1475 closed enhancement (fixed)
[patch] Log DB queries for failed actions, too
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | magic-removal |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
DB queries are only logged for statements that succeed. It would be nice to be able to, for example, get the last SQL of a failed model operation, but such queries are not recorded. Patch forthcoming...
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | django_1475.diff added |
---|
comment:1 by , 19 years ago
Component: | Admin interface → Database wrapper |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Log DB queries for failures