Hi, > Could you please clarify real behavior of SCRIPT statement with MVCC mode as > well. Is it a > mistake in the roadmap and in fact SCRIPT statment provides transactionally > consistent backup?
Yes, the SCRIPT statement does provide a transactionally consistent backup. I have removed this entry from the roadmap now. I think I added it when multi-threaded and MVCC could be used at the same time. Now those two features can't be used concurrently (there is an exception if you try), and therefore SCRIPT is safe when using MVCC. SCRIPT should also be safe when using MULTI_THREADED, however, there still seem to be some bugs in this area, as somebody recently found out (I will try to reproduce and fix that). Regards, Thomas -- 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.
