Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
database system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jan 2010 at 14:19 UTC
Updated:
1 Feb 2010 at 17:20 UTC
2 line patch to pass along class information as well. No performance impact as debug_backtrace already provides this. Devel module has already been patched to make use of this info when present.
| Comment | File | Size | Author |
|---|---|---|---|
| db_class.diff | 584 bytes | moshe weitzman |
Comments
Comment #1
Crell commentedMaking more data available to logging systems is a good thing, particularly as we leverage more and more OO. There's no BC breakage here since we're just adding keys.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks.