On Thu, Dec 4, 2008 at 3:56 AM, bcurtu <[EMAIL PROTECTED]> wrote: > i need to perform some Raw SQL queries in my django app. I read in the > doc (http://docs.djangoproject.com/en/dev/topics/db/sql/) I can do sth > like:
... > The question is... Do I have to close the cursor? Assuming it's following standard Python database API practices, you can, if you want, but it's optional. -- --- David Zhou [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---