> If you want to write code that will work for all backends, you must limit > your code to behavior that is defined in the spec. In this specific case it > means you should call fetchall on the cursor object, not the return value of > execute.
thanks, that did the job :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

