#5415: Every SQL query should send a signal
-------------------------------+--------------------------------------------
   Reporter:  adrian           |                Owner:  nobody          
     Status:  new              |            Component:  Database wrapper
    Version:  SVN              |           Resolution:                  
   Keywords:  feature_request  |                Stage:  Accepted        
  Has_patch:  1                |           Needs_docs:  1               
Needs_tests:  0                |   Needs_better_patch:  1               
-------------------------------+--------------------------------------------
Comment (by gav):

 The current patch now makes CursorSignalWrapper optional in the way of #2.
 It works if settings.DEBUG is on, or can be activated at runtime by doing
 the following:

 {{{
 >>> from django import db
 >>> db.connection.use_signal_cursor = True
 }}}

 Does that cover the concerns about performance and being off by default?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5415#comment:10>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to