Re: question about connection.cursor() and transactions

2009-01-26 Thread Karen Tracey
On Thu, Jan 15, 2009 at 9:57 PM, bob84123 wrote: > > I have an app that uses a few custom SQL calls through > connection.cursor() > as described in > http://docs.djangoproject.com/en/dev/topics/db/sql/#topics-db-sql. > However they don't display the same transaction semantics as > specified > in

Re: question about connection.cursor() and transactions

2009-01-26 Thread bob84123
Just thought I'd re-ask this question as it seems to have slipped through the cracks and I'm still very interested in the answer. Thanks. On Jan 16, 1:57 pm, bob84123 wrote: > I have an app that uses a few custom SQL calls through > connection.cursor() > as described > inhttp://docs.djangoproje

question about connection.cursor() and transactions

2009-01-15 Thread bob84123
I have an app that uses a few custom SQL calls through connection.cursor() as described in http://docs.djangoproject.com/en/dev/topics/db/sql/#topics-db-sql. However they don't display the same transaction semantics as specified in http://docs.djangoproject.com/en/dev/topics/db/transactions/#top