]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the history_meta versioning recipe sets "unique=False"
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Aug 2010 22:17:31 +0000 (18:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Aug 2010 22:17:31 +0000 (18:17 -0400)
commit42eb68664445c217681479b50fc8b32ff6ca1749
tree638aa8731faaf29f34db837a086b8cce910b4755
parentac9eb5c9c3bc33c38eff5407fa4724c9277ba342
- the history_meta versioning recipe sets "unique=False"
when copying columns, so that the versioning
table handles multiple rows with repeating values.
[ticket:1887]
CHANGES
examples/versioning/history_meta.py
examples/versioning/test_versioning.py