]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Updated the :ref:`examples_versioned_history` example such that
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Nov 2014 19:58:44 +0000 (14:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Nov 2014 19:58:44 +0000 (14:58 -0500)
commitde62497b03274c860ea2554dfbacb3064ce02c19
tree59d01333280027a4fc12a371b12838b0cf454377
parenta88be57fb7ef96e914d8a7fb90de375ec7f0befd
- Updated the :ref:`examples_versioned_history` example such that
mapped columns are re-mapped to
match column names as well as grouping of columns; in particular,
this allows columns that are explicitly grouped in a same-column-named
joined inheritance scenario to be mapped in the same way in the
history mappings, avoiding warnings added in the 0.9 series
regarding this pattern and allowing the same view of attribute
keys.
doc/build/changelog/changelog_09.rst
doc/build/orm/examples.rst
examples/versioned_history/history_meta.py
examples/versioned_history/test_versioning.py