Ticket #1136 (assigned enhancement)
Move to SessionExtension in vdm
Reported by: | rgrp | Owned by: | kindly |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | vdm | Keywords: | |
Cc: | Repository: | vdm | |
Theme: | none |
Description
When vdm was created there was no SessionExtension so we use MapperExtension for doing revisioning. Now that SessionExtension? exists we should use it. We can also follow the existing SQLAlchemy recipe: <http://www.sqlalchemy.org/docs/orm/examples.html?highlight=versioning#versioned-objects>
Change History
comment:2 follow-up: ↓ 3 Changed 3 years ago by kindly
This would be nice but it is not necessary. The current mapper implementation may be nice but not is battle tested..
Note: See
TracTickets for help on using
tickets.
Most of this change has been implemented in the changeset branch [1] but could be backported reasonably easily to main.
[1]: https://bitbucket.org/okfn/vdm/src/changeset/