Greetings,

In looking around the code for the psycogp2 backend, it looks like  
autocommit is used, in part, as a checked assertion that the database  
being used is PG 8.2 or greater.  Comments lead me to believe that the  
reason that autocommit is limited to 8.2+ is that INSERT ... RETURNING  
was introduced into 8.2, and that syntax is required for correct  
operation while autocommit is True.  But I'm not sure I understand the  
reasoning; does anyone know why INSERT ... RETURNING is required in  
that case?

Thanks!
--
-- Christophe Pettus
    x...@thebuild.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to