Hello!

I'm using django with Twisted + Mysql.

The problem is that cursor for same SQL returns same results between
requests if  connection.commit() was not called.

Sometimes that's a problem, because data is changed by other clients, and
commit never happens.

Autocommit mode is fine and it fixes the problem (hence it has nothing to
do with result caching), but I have to patch django for it.

I can call commit before every select, but it's just ugly..

Is there a solid way to go ?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to