Hi.
Is it possible to access previous versions of a database?
>From SQL, there are the commands:

SAVEPOINT POIN_NAME

ROLLBACK POINT_NAME

But they only act within a transaction.

The MVStore supports creating snapshots and then accessing them.

http://www.h2database.com/html/mvstore.html#versions

But I have not seen how to use it from SQL.

Is there any way to use in SQL something similar to 
SAVEPOINT/getCurrentVersion from outside of a transaction and then access 
that data?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to