On Dec 29, 2007 7:18 AM, beewee <[EMAIL PROTECTED]> wrote:
> it works now when calling the connection._commit() function (which is
> completely undocumentated) after executing the query. (I know that you
> shouldn't call functions starting with _ in general)
Were you doing anything to disable the
Hi!
it works now when calling the connection._commit() function (which is
completely undocumentated) after executing the query. (I know that you
shouldn't call functions starting with _ in general)
--~--~-~--~~~---~--~~
You received this message because you are sub
I have met similar problem, and still don't know why...I have two py
scripts to call some model methods using raw sql UPDATE, one script
runs correctly when I use transaction, but the other doesn't. really
strange..
On 12月27日, 下午11时57分, beewee <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using the la
Hi,
I'm using the latest svn version of django with mysql.
Since some time I have the problem that raw UPDATE-queries I execute
don't get really executed. Have a look at this:
>>> from django.db import connection as con
>>> cur = con.cursor()
>>> cur.execute('SELECT topic_id FROM forum_vote')
6L
4 matches
Mail list logo