]> 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:59:28 +0000 (14:59 -0500)
commite695d35e3966def66452dcc1371b1bdc50cc7761
tree493e5eec291d2bf12e1087a9ebf0b475e663b792
parent03418cad573d91d6623c3273e02b045a1b467fa0
- 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.

(cherry picked from commit de62497b03274c860ea2554dfbacb3064ce02c19)
doc/build/changelog/changelog_09.rst
doc/build/orm/examples.rst
examples/versioned_history/history_meta.py
examples/versioned_history/test_versioning.py