﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36882	Add debug instrumentation for callproc() in CursorDebugWrapper	akshaytheflash	akshaytheflash	"The callproc() method in CursorDebugWrapper is not currently instrumented 
for debug logging, unlike execute() and executemany(). This means stored 
procedure calls are not logged when DEBUG=True.
     
This patch adds the callproc() method to CursorDebugWrapper to log 
procedure calls with timing information, consistent with how other 
database operations are logged.
     
The fix includes:
- Implementation of callproc() in CursorDebugWrapper
- Test to verify the instrumentation works correctly
- Removal of the ""XXX callproc isn't instrumented"" comment"	New feature	assigned	Database layer (models, ORM)	dev	Normal		callproc, debug, logging	akshaytheflash	Accepted	1	1	0	1	0	0
