[odb-users] schema version vs object version.

Anurag Gupta anuragg at miltenyi.com
Mon Aug 28 17:31:51 EDT 2023


Hello,
I'm trying to use schema versioning and came across an interesting choice, can I use schema versioning (#pragma db model version (x, x)) and at the same time I can version the objects (#pragma db object pointer (std::shared_ptr) version (x, x) )?
what is the recommended way of dealing with object versions? Should they all be tied to model version?
Thank you!
AG


More information about the odb-users mailing list