Posted by Mariano Montone on 07/05/07 00:37
> One "ugly hack" is to keep a small history of all request and keep
> building it up until the commit comes. You could even show the steps in
> the history this way. This history can be kept in a separate table if
> soliddb library supports more than one connection. (the second
> connection is used so you can do a rollback in the first one)
> Just play the entire history with each request and end it with a
> rollback after reading the intermediary results. Only the commit request
> should not do a rollback.
Wow. That's what I call an ugly hack :). I could have never thought of
that.
Thanks!!
Mariano
[Back to original message]
|