Jean-Paul Calderone <exar...@twistedmatrix.com> added the comment:

> If the user issues the 'save' command a commit is done.  When they quit the 
> application, I'd like to be able to prompt them with a 'save or discard' if 
> and only if they have made changes since the last save.

Isn't this the same as "if they have issued any non-SELECT" statements?  And 
isn't that pretty easy to track?

(Not that I'm opposed to making the SQLite3 wrapper more complete.)

----------
nosy: +exarkun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8845>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to