On Thu, 2009-01-15 at 20:32 -0800, Davepar wrote:
> This is kind of a corner case, but I need to update many of the
> records in a table on a regular basis. I decided to do this with a
> manage command. (This is Django v1.0, btw.) I used something like the
> following:
> 
> cursor = connection.cursor()
> cursor.executemany("UPDATE rf_wxstation SET cache_time = %s, wx_time =
> %s, afc = %s WHERE location_id = %s", updateValues)

Where were you putting this code? It would be nice to either make this
sort of thing work somewhat automatically, or at least document what's
required.

Right now, there isn't quite enough of a problem description to
understand what might be going wrong.

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to