On Thu, Aug 4, 2011 at 1:58 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> Hi, all!
>
> http://www.sqlite.org/whentouse.html
>
> says:
>
> "Temporary triggers can be added to the database to record all changes into
> a (temporary) undo/redo log table. These changes can then be played back
> when the user presses the Undo and Redo buttons. Using this technique, an
> unlimited depth undo/redo implementation can be written in surprisingly
> little code."
>
> i'm wondering if anyone can point me to an example of implementing such a
> beast?
>

http://www.sqlite.org/cvstrac/wiki?p=UndoRedo

>
> --
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to