[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-12-06 23:50:05
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/094657ed555e/ Changeset: 094657ed555e Branch: None User: zzzeek Date: 2014-12-06 21:10:27+00:00 Summary: Merge branch 'master' into ticket_3054 Conflicts: lib/sqlalchemy/orm/loading.py Affected #: 217 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c834f630d95a/ Changeset: c834f630d95a Branch: None User: zzzeek Date: 2014-12-06 21:10:57+00:00 Summary: pep8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/59a302b90d6c/ Changeset: 59a302b90d6c Branch: None User: zzzeek Date: 2014-12-06 22:32:33+00:00 Summary: - extract the baked system from the lazy strategy, and make it such that it can be invoked as an explicit strategy, as well as that it can be optionally patched across the board - refine the approach we use to get fixed bound parameters into the lazy clause, and adapt this part to the strategies.LazyLoader. This way the baked loader and the plain one are extremely similar, at least. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1e7846be8865/ Changeset: 1e7846be8865 Branch: ticket_3054 User: zzzeek Date: 2014-12-06 23:48:28+00:00 Summary: - factor lazy_clause() into properties, simplify for the query-only use case - factor strategies.LazyLoader to use the simple lazy loader, don't need the "lexical freeze" thing - implement first-class get() and first() for baked Affected #: 6 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. |