Paul McGuire のメッセージ:

> AUTOCOMMIT is a dangerous crutch, beware.  Ok for single record updates, but
> if you need to update 2 records in synch, AUTOCOMMIT leaves you open to
> hard-to-debug bugs (will work ok in development under light load, then fail
> intermittently with concurrent users).

Thanx.
But I am doing an exception test to Servers. So I have to work without
commit, but I need a autocommit environment of DB.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to