Joseph ... you da man!
Next time your in Halifax, Nova Scotia ... the beer is on me.
I was looking at that method and ignored it since I'm not using
transactions.
THANK YOU!
-Sandy
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t
More info ...
I wrote a little program to execute the query directly via psycopg and
it works fine. Even if I take this test code and put it in the running
django code, it continues to work fine.
The SQL is an UPDATE command, like
UPDATE
content
SET
"vote
More info ...
I wrote a little program to execute the query directly via psycopg and
it works fine. Even if I take this test code and put it in the running
django code, it continues to work fine.
The SQL is an UPDATE command, like
UPDATE
content
SET
"vote
When you're done with the command (assuming you're not being explicit
about the transactions), use:
transaction.commit_unless_managed()
to force the commit.
-joe
On 5/23/07, ZebZiggle <[EMAIL PROTECTED]> wrote:
>
> More info ...
>
> I wrote a little program to execute the query directly via p
More info ...
I wrote a little program to execute the query directly via psycopg and
it works fine. Even if I take this test code and put it in the running
django code, it continues to work fine.
The SQL is an UPDATE command, like
UPDATE
content
SET
"vote
More info ...
I wrote a little program to execute the query directly via psycopg and
it works fine. Even if I take this test code and put it in the running
django code, it continues to work fine.
The SQL is an UPDATE command, like
UPDATE
content
SET
"vote
More info ...
I wrote a little program to execute the query directly via psycopg and
it works fine. Even if I take this test code and put it in the running
django code, it continues to work fine.
The SQL is an UPDATE command, like
UPDATE
content
SET
"vote
7 matches
Mail list logo