Bugs item #1625205, was opened at 2006-12-30 23:34
Message generated for change (Settings changed) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1625205&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: kitbyaydemir (kitbyaydemir)
>Assigned to: Gerhard Häring (ghaering)
Summary: sqlite3 documentation omits: close(), commit(), autocommit

Initial Comment:
The Python 2.5 Library documentation (HTML format), Section 13.13 (sqlite3) 
fails to mention several important methods of Connection objects.  
Specifically, the close() and commit() methods.  Considering that autocommit 
mode is not the default, I'm not sure how a user is supposed to figure out that 
they need to call these methods to ensure that changes are reflected on disk.  
(The only reason I discovered these was from 
http://initd.org/tracker/pysqlite/wiki/basicintro .)

Furthermore, Section 13.13.5 mentions the existence of "autocommit mode", but 
fails to describe what that mode is and why it might be useful.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1625205&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to