Re: [sqlite] sqlite sessions: handling rollbacks

2012-06-14 Thread Marco Bambini
Can you post some code or more details? Sessions has been specifically developed to handle rollbacks so your issue sounds really strange to me. -- Marco Bambini http://www.sqlabs.com On Jun 13, 2012, at 8:57 PM, Charles Samuels wrote: > > I'm using sqlite's sessions module, and I'm

Re: [sqlite] sqlite sessions: handling rollbacks

2012-06-13 Thread Marc L. Allen
and whether it was being worked on. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Simon Slavin Sent: Wednesday, June 13, 2012 5:07 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] sqlite sessions: handling rollbacks

Re: [sqlite] sqlite sessions: handling rollbacks

2012-06-13 Thread Simon Slavin
On 13 Jun 2012, at 7:57pm, Charles Samuels wrote: > sqlite's sessions module Can you show us where this appears or is documented ? Session handling is not a part of the SQLite API as defined on Simon.

[sqlite] sqlite sessions: handling rollbacks

2012-06-13 Thread Charles Samuels
I'm using sqlite's sessions module, and I'm noticing that it doesn't appear to handle rollbacks. Specifically, if I'm recording a database, and then I rollback the database, the session module appears to still record the changes made by that rollback. Why does this apparently significant