[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-11-21 21:48:29
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/068d37035a5d/ Changeset: 068d37035a5d Branch: None User: zzzeek Date: 2015-11-21 21:20:25+00:00 Summary: - don't create tables on compile-only tests Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3eac2d89c2b7/ Changeset: 3eac2d89c2b7 Branch: None User: zzzeek Date: 2015-11-21 21:20:45+00:00 Summary: - don't create tables on compile-only tests (cherry picked from commit 068d37035a5d0004dc93712f4fa88703aefa4076) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/60c36ca8418c/ Changeset: 60c36ca8418c Branch: None User: zzzeek Date: 2015-11-21 21:36:50+00:00 Summary: - Fixed joinedload bug which would occur when a. the query includes limit/offset criteria that forces a subquery b. the relationship uses "secondary" c. the primaryjoin of the relationship refers to a column that is either not part of the primary key, or is a PK col in a joined-inheritance subclass table that is under a different attribute name than the parent table's primary key column d. the query defers the columns that are present in the primaryjoin, typically via not being included in load_only(); the necessary column(s) would not be present in the subquery and produce invalid SQL. fixes #3592 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7998f15b1687/ Changeset: 7998f15b1687 Branch: rel_1_0 User: zzzeek Date: 2015-11-21 21:48:05+00:00 Summary: - Fixed joinedload bug which would occur when a. the query includes limit/offset criteria that forces a subquery b. the relationship uses "secondary" c. the primaryjoin of the relationship refers to a column that is either not part of the primary key, or is a PK col in a joined-inheritance subclass table that is under a different attribute name than the parent table's primary key column d. the query defers the columns that are present in the primaryjoin, typically via not being included in load_only(); the necessary column(s) would not be present in the subquery and produce invalid SQL. fixes #3592 (cherry picked from commit 60c36ca8418cec180733a4d97637699fa2d3c36e) Affected #: 3 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. |