I found an issue, not sure it is a design choice or a bug. When I open a
new MVStore, and I only add entries in the meta map using
MVStore.getMetaMap().put("some","thing"), and I call store.commit(), it
returns -1. Closing the store and reopening it leaves me with a database
that does not have any metadata.
However, when I also add an entry to some map, the data in the metamap IS
stored. So adding data to the meta map does not trigger the store to have
unsaved changes, but the metadata IS stored.
Is this intended behavior?
Thanks!
Chris
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/h2-database/dbacf0be-25de-4505-bce3-6ebf5b0bfe3cn%40googlegroups.com.