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 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 flaw exists this module? Is there an 
> easy 
> to way solve it?
> 
> Charles
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] sqlite sessions: handling rollbacks

2012-06-13 Thread Marc L. Allen
Dr. Hipp responded to an earlier message about this that the session code was 
fully operational and was only left out of the official release because he took 
so much flak for trying to include it.

I believe that was an answer to a question of why it wasn't rolled into the 
main release 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


On 13 Jun 2012, at 7:57pm, Charles Samuels <char...@cariden.com> 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

<http://www.sqlite.org/capi3ref.html>

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users