]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in history_meta.py example where
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Oct 2011 17:26:26 +0000 (13:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Oct 2011 17:26:26 +0000 (13:26 -0400)
commit438e63db068860cfe04224567a65e710df77d15e
treee3ff482f5bfa6b1c0e0ee7be3e75609a35b82749
parentd10cf52de3905d3c522665171be656551b229bdb
- Fixed bug in history_meta.py example where
the "unique" flag was not removed from a
single-table-inheritance subclass which
generates columns to put up onto the base.
CHANGES
examples/versioning/history_meta.py
examples/versioning/test_versioning.py
lib/sqlalchemy/__init__.py