examples/versioning/history_meta.py VersionedMeta object does not strip unique constraint

Issue #1887 resolved
Former user created an issue

The VersionedMeta class does not strip the unique constraints on objects. Therefore if you attempt to version a database which has unique keys other than the primary key, it will fail upon insertion.

Attached is a modified history_meta.py file that strips the unique constraint on the column.

Comments (3)

  1. Log in to comment