[Sqlalchemy-commits] commit/sqlalchemy: 6 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-11-26 19:59:59
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4533096fde35/ Changeset: 4533096fde35 Branch: None User: jplaverdure Date: 2014-10-21 19:25:27+00:00 Summary: Update to make "changed" attribute only present on the parent class Changed attribute will now only be created on the parent class in case inheritance was used. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/670f723e136b/ Changeset: 670f723e136b Branch: pr144 User: zzzeek Date: 2014-11-26 19:15:01+00:00 Summary: - Modified the :ref:`examples_versioned_history` example such that the "changed" timestamp column is mapped explicitly such that it is linked with that of the parent mapper if any, in order to avoid warnings. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a88be57fb7ef/ Changeset: a88be57fb7ef Branch: None User: zzzeek Date: 2014-11-26 19:58:32+00:00 Summary: - formatting Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/de62497b0327/ Changeset: de62497b0327 Branch: None User: zzzeek Date: 2014-11-26 19:58:44+00:00 Summary: - 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. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/03418cad573d/ Changeset: 03418cad573d Branch: None User: zzzeek Date: 2014-11-26 19:59:26+00:00 Summary: - formatting (cherry picked from commit a88be57fb7ef96e914d8a7fb90de375ec7f0befd) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e695d35e3966/ Changeset: e695d35e3966 Branch: rel_0_9 User: zzzeek Date: 2014-11-26 19:59:28+00:00 Summary: - 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) Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |