Roundup Tracker - Issues

Message660

Author richard
Recipients
Date 2003-03-06.05:37:29
Message-id
In-reply-to
Logged In: YES 
user_id=6405

See the DB-API spec: 
 
http://www.python.org/topics/database/DatabaseAPI-2.0.html 
 
Auto-commit, if available, must be turned off. I believe (having 
done some simple testing) that it is indeed turned off, and that 
an explicit cursor.commit() is required to commit data to the 
database. 
 
History
Date User Action Args
2009-02-03 14:20:15adminlinkissue689383 messages
2009-02-03 14:20:15admincreate