[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-01 23:42:35
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/01a1c3256aee/ Changeset: 01a1c3256aee Branch: rel_0_9 User: zzzeek Date: 2015-04-01 23:37:05+00:00 Summary: - :class:`.Query` doesn't support joins, subselects, or special FROM clauses when using the :meth:`.Query.update` or :meth:`.Query.delete` methods; instead of silently ignoring these fields if methods like :meth:`.Query.join` or :meth:`.Query.select_from` has been called, a warning is emitted. In 1.0.0b5 this will raise an error. Partial cherry pick from 5302bcebb8e18fdad7448ffb60d2a2017eab26c8. fixes #3349 - don't realy need _no_select_modifiers anymore Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fe1922764151/ Changeset: fe1922764151 Branch: None User: zzzeek Date: 2015-04-01 23:37:43+00:00 Summary: - :class:`.Query` doesn't support joins, subselects, or special FROM clauses when using the :meth:`.Query.update` or :meth:`.Query.delete` methods; instead of silently ignoring these fields if methods like :meth:`.Query.join` or :meth:`.Query.select_from` has been called, an error is raised. In 0.9.10 this only emits a warning. fixes #3349 - don't needlessly call _compile_context() and build up a whole statement that we never need. Construct QueryContext as it's part of the event contract, but don't actually call upon mapper attributes; use more direct systems of determining the update or delete table. - don't realy need _no_select_modifiers anymore Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2cae4f262b2f/ Changeset: 2cae4f262b2f Branch: None User: zzzeek Date: 2015-04-01 23:41:26+00:00 Summary: - use odict here for test determinism Affected #: 1 file 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. |