That is great news. I think especially for in memory databases which are perfectly suited for testing, this is a perfect feature that needs to be first class citizen! Being able to rollback to known stable states allows you to establish a base line for testing.
Looking forward to it! Am 28.11.2012 um 19:13 schrieb Thomas Mueller <[email protected]>: > Hi, > > The next storage engine I'm working on (MVStore) will actually have the > ability to rollback to an older version. But until this is ready for > production it might take a year or so (sorry). > > Regards, > Thomas > > > > On Mon, Nov 26, 2012 at 8:43 AM, Noel Grandin <[email protected]> wrote: > >> short of doing a BACKUP and a RECOVERY, no. >> >> But if you're testing using a in-memory database, that will be pretty >> cheap. >> >> Or you could just make a copy of the on-disk DB file. >> >> >> On 2012-11-23 02:14, Oliver Schrenk wrote: >> >>> Hi, >>> >>> I'm doing work for a client that uses a Oracle database but has >>> non-existent transaction managment (each dao gets its own connection and >>> auto commits). Changing the existing architecture is out of the question at >>> this point in time. I wanted to use H2 as a testing ground for changes made >>> to the code. >>> >>> Is it possible to rollback changes (using the transaction log or other >>> means) by defining a state of the database as "stable", do a fre low impact >>> changes to the database and rollback to the stable point? >>> >>> Best regards >>> Oliver >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "H2 Database" group. >>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/h2-database/-/mq-lBHYE-l8J<https://groups.google.com/d/msg/h2-database/-/mq-lBHYE-l8J> >>> **. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to h2-database+unsubscribe@** >>> googlegroups.com <h2-database%[email protected]>. >>> For more options, visit this group at http://groups.google.com/** >>> group/h2-database?hl=en<http://groups.google.com/group/h2-database?hl=en> >>> . >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "H2 Database" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to h2-database+unsubscribe@** >> googlegroups.com <h2-database%[email protected]>. >> For more options, visit this group at http://groups.google.com/** >> group/h2-database?hl=en <http://groups.google.com/group/h2-database?hl=en> >> . >> >> > > -- > You received this message because you are subscribed to the Google Groups "H2 > Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
