On Thu, 2008-03-06 at 13:50 +0200, Amit Ramon wrote: [...] > I would appreciate if anyobe here could approve or disprove this behaviour, > or give any explanation:
It's a requirement of the Python DB-API 2.0 (PEP 249) that auto-commit behaviour is turned off when a connection is opened. This is done by (in this case) the MySQLdb Python wrapper. malcolm -- Save the whales. Collect the whole set. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

