Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 25)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-29 23:04:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/05f28ba2fb6b/ Changeset: 05f28ba2fb6b Branch: None User: iuridiniz Date: 2016-07-29 22:44:34+00:00 Summary: Allow None to cancel Query.group_by() This replicates the same behavior as order_by(). order_by() will also be updated to deprecate passing of False as this is no longer functionally different than passing None. Change-Id: I2fc05d0317d28b6c83373769a48f7eea32d56290 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/297 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5df226c2ab54/ Changeset: 5df226c2ab54 Branch: master User: zzzeek Date: 2016-07-29 23:03:38+00:00 Summary: Merge "Allow None to cancel Query.group_by()" 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. |
From: Bitbucket <com...@bi...> - 2016-07-30 16:53:08
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fb647e5219a8/ Changeset: fb647e5219a8 Branch: None User: zzzeek Date: 2016-07-29 22:57:04+00:00 Summary: Clarify order_by(False) It wasn't clear how this differs from order_by(None); add more tests and document that this has to do with whether or not mapper.order_by will be re-enabled as well. Change-Id: I332e8ac60c999b38c5a243f1cb72de3cf77891b6 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/99248e843d4a/ Changeset: 99248e843d4a Branch: master User: zzzeek Date: 2016-07-30 16:53:26+00:00 Summary: Merge "Clarify order_by(False)" 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. |
From: Bitbucket <com...@bi...> - 2016-07-30 16:53:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6327c59d4f34/ Changeset: 6327c59d4f34 Branch: None User: zzzeek Date: 2016-07-30 14:11:53+00:00 Summary: Index should extract __clause_element__() early Fixed bug where :class:`.Index` would fail to extract columns from compound SQL expressions if those SQL expressions were wrapped inside of an ORM-style ``__clause_element__()`` construct. This bug exists in 1.0.x as well, however in 1.1 is more noticeable as hybrid_property @expression now returns a wrapped element. Fixes: #3763 Change-Id: I992536386503a1fb3f2305790abe008d72c44c4a Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cda9defe58f8/ Changeset: cda9defe58f8 Branch: master User: zzzeek Date: 2016-07-30 16:54:10+00:00 Summary: Merge "Index should extract __clause_element__() early" 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. |
From: Bitbucket <com...@bi...> - 2016-08-02 22:31:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/924a47fc4fd0/ Changeset: 924a47fc4fd0 Branch: None User: michaelwilliamson Date: 2016-07-25 13:08:43+00:00 Summary: Fix reference to _declarative_constructor in docstring Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a95c58df3bad/ Changeset: a95c58df3bad Branch: None User: zzzeek Date: 2016-08-02 22:29:11+00:00 Summary: Merge branch 'declarative-constructor-reference' of https://bitbucket.org/michaelwilliamson/sqlalchemy 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. |
From: Bitbucket <com...@bi...> - 2016-08-11 15:46:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/09cf0376524d/ Changeset: 09cf0376524d Branch: None User: zzzeek Date: 2016-08-11 15:45:03+00:00 Summary: - small updates to polymorphic eager loading, cross-link from loading documentation Change-Id: I3ce7e2cc521c4dd155195819a919017d4cc63b3c Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7c6976cf6b70/ Changeset: 7c6976cf6b70 Branch: rel_1_0 User: zzzeek Date: 2016-08-11 15:45:49+00:00 Summary: - small updates to polymorphic eager loading, cross-link from loading documentation Change-Id: I3ce7e2cc521c4dd155195819a919017d4cc63b3c (cherry picked from commit 09cf0376524dc0bac6c1ab05d3c43cdd29c362b1) 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. |
From: Bitbucket <com...@bi...> - 2016-08-11 16:04:50
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/68b698491276/ Changeset: 68b698491276 Branch: rel_1_0 User: zzzeek Date: 2016-08-11 16:03:38+00:00 Summary: - add another example for chained polymorphic eager loading Change-Id: I87918ab4cd294d4b4a87a377c7b6b21105f4fd55 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c3ad6da0c4a4/ Changeset: c3ad6da0c4a4 Branch: None User: zzzeek Date: 2016-08-11 16:04:05+00:00 Summary: - add another example for chained polymorphic eager loading Change-Id: I87918ab4cd294d4b4a87a377c7b6b21105f4fd55 (cherry picked from commit 68b6984912760bfe4d9270750d8f39b9036b65b5) 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. |
From: Bitbucket <com...@bi...> - 2016-08-13 03:40:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/14154b291008/ Changeset: 14154b291008 Branch: None User: zzzeek Date: 2016-08-13 03:39:49+00:00 Summary: - fill in forwards-ports for 1.1 in 1.0 changelog Change-Id: I8d44b90bb9d05275de19d3ce2d9124050add5f01 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d7f4dcf10380/ Changeset: d7f4dcf10380 Branch: rel_1_0 User: zzzeek Date: 2016-08-13 03:40:12+00:00 Summary: - fill in forwards-ports for 1.1 in 1.0 changelog Change-Id: I8d44b90bb9d05275de19d3ce2d9124050add5f01 (cherry picked from commit 14154b2910087a7879ca23cf7995026a79a215c2) 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. |
From: Bitbucket <com...@bi...> - 2016-08-15 22:16:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/323e6e7f9f6a/ Changeset: 323e6e7f9f6a Branch: master User: zzzeek Date: 2016-08-15 21:36:03+00:00 Summary: Rework _apply_joins(), _prep_for_joins() totally The approach here is still error prone and hard to follow. Reorganize the whole thing to take a pretty blunt approach to the structure of to_join(). Also fix some never-called code (!) in _prep_for_joins() and ensure we re-use an aliased object. Fixes: #3774 Change-Id: Ie6319415ae7213b4a33eac2ab70803ad2880d340 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bba76c69ba53/ Changeset: bba76c69ba53 Branch: rel_1_0 User: zzzeek Date: 2016-08-15 21:44:35+00:00 Summary: Rework _apply_joins(), _prep_for_joins() totally The approach here is still error prone and hard to follow. Reorganize the whole thing to take a pretty blunt approach to the structure of to_join(). Also fix some never-called code (!) in _prep_for_joins() and ensure we re-use an aliased object. Fixes: #3774 Change-Id: Ie6319415ae7213b4a33eac2ab70803ad2880d340 (cherry picked from commit 323e6e7f9f6a731103cfd19d774024f7f0f84377) 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. |
From: Bitbucket <com...@bi...> - 2016-08-16 16:06:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fd164a6c8492/ Changeset: fd164a6c8492 Branch: None User: scop Date: 2016-08-08 13:39:15+00:00 Summary: Spelling fixes Affected #: 20 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5b86ae5e8a50/ Changeset: 5b86ae5e8a50 Branch: None User: zzzeek Date: 2016-08-16 16:04:41+00:00 Summary: Merge remote-tracking branch 'origin/pr/299' Affected #: 20 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. |
From: Bitbucket <com...@bi...> - 2016-08-22 14:49:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/87d5982e582f/ Changeset: 87d5982e582f Branch: None User: RazerM Date: 2016-08-06 01:25:27+00:00 Summary: Add docstring to declarative_base Change-Id: I5ad44362515908592f1e8b1e6254a5270d43234a Pull-request: https://github.com/zzzeek/sqlalchemy/pull/295 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f10eba00ea7c/ Changeset: f10eba00ea7c Branch: master User: zzzeek Date: 2016-08-22 14:49:48+00:00 Summary: Merge "Add docstring to declarative_base" 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. |
From: Bitbucket <com...@bi...> - 2016-08-31 15:45:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/53c3119ebb68/ Changeset: 53c3119ebb68 Branch: None User: edouardberthe Date: 2016-08-31 06:52:48+00:00 Summary: Corrects typo This example doesn't work with 'back_populates' because 'parent_associations' and 'child_associations' are not defined in Parent and Child classes respectively. Alternatively, we could create 'parent_associations' and 'child_associations' into the classes. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/32a0660853e9/ Changeset: 32a0660853e9 Branch: rel_1_0 User: edouardberthe Date: 2016-08-31 14:21:00+00:00 Summary: Corrects typo This example doesn't work with 'back_populates' because 'parent_associations' and 'child_associations' are not defined in Parent and Child classes respectively. Alternatively, we could create 'parent_associations' and 'child_associations' into the classes. (cherry picked from commit 53c3119ebb6801cbfcaf2841311d117eba250444) 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. |
From: Bitbucket <com...@bi...> - 2016-09-02 16:22:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9a6947427af5/ Changeset: 9a6947427af5 Branch: None User: zzzeek Date: 2016-09-02 15:48:15+00:00 Summary: Allow stringify compiler to render unnamed column Stringify of expression with unnamed :class:`.Column` objects, as occurs in lots of situations including ORM error reporting, will now render the name in string context as "<name unknown>" rather than raising a compile error. Change-Id: I76f637c5eb4cfdb1b526964cb001565b97e296da Fixes: #3789 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ce62fa2eed1d/ Changeset: ce62fa2eed1d Branch: master User: zzzeek Date: 2016-09-02 16:23:31+00:00 Summary: Merge "Allow stringify compiler to render unnamed column" 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. |
From: Bitbucket <com...@bi...> - 2016-09-02 19:31:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/88e448f99474/ Changeset: 88e448f99474 Branch: None User: zzzeek Date: 2016-09-02 19:10:32+00:00 Summary: - add a connect=True key to connection record to support pre-loading of _ConnectionRecord objects - ensure _ConnectionRecord.close() leaves the record in a good state for reopening Change-Id: I4eeb8e29f643950afb9eaab94d815e2a115db3d6 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/280e6878b22f/ Changeset: 280e6878b22f Branch: pool_additions User: zzzeek Date: 2016-09-02 19:29:29+00:00 Summary: - add _ConnectionRecord.record_info for persistent storage Change-Id: I55de02d9421a3da7b17e24de6fdcaf5daacbba4f Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2016-09-08 15:49:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ecc98fd8e426/ Changeset: ecc98fd8e426 Branch: None User: zzzeek Date: 2016-09-08 15:46:28+00:00 Summary: - add "in_use" accessor based on fairy_ref being present or not Change-Id: I12a84e00169e2a15582e814901ecd207066934c8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c63fe0d4495b/ Changeset: c63fe0d4495b Branch: pool_additions User: zzzeek Date: 2016-09-08 15:47:39+00:00 Summary: - allow for the exclusions system and SuiteRequirements to be usable without the full plugin_base setup. - move some Python-env requirements to the importable requirements.py module. Change-Id: I3bfffce75b53040f6923b89e0fa2140bec243bc8 Affected #: 5 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. |
From: Bitbucket <com...@bi...> - 2016-09-12 22:18:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2cd53196ea2d/ Changeset: 2cd53196ea2d Branch: None User: zzzeek Date: 2016-09-12 22:17:18+00:00 Summary: - add caveat for bulk deletes that they are generally not feasible for joined inheritance Change-Id: I043a5842401d586aa3ff96d05e06b443ff03fa60 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1a3af6d0c5db/ Changeset: 1a3af6d0c5db Branch: rel_1_0 User: zzzeek Date: 2016-09-12 22:17:53+00:00 Summary: - add caveat for bulk deletes that they are generally not feasible for joined inheritance Change-Id: I043a5842401d586aa3ff96d05e06b443ff03fa60 (cherry picked from commit 2cd53196ea2df7b9006dcc48fb79555eb533f5cc) 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. |
From: Bitbucket <com...@bi...> - 2016-09-12 22:37:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/992344334328/ Changeset: 992344334328 Branch: rel_1_0 User: zzzeek Date: 2016-09-12 22:36:01+00:00 Summary: - also caveats for update() / delete() regarding single table inheritance Change-Id: If1511812a22a53537409f902f73e2e52ae3e4a3d Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6deb514992ce/ Changeset: 6deb514992ce Branch: None User: zzzeek Date: 2016-09-12 22:36:30+00:00 Summary: - also caveats for update() / delete() regarding single table inheritance Change-Id: If1511812a22a53537409f902f73e2e52ae3e4a3d (cherry picked from commit 992344334328dba385fe6aa7694cfe3c13adc9d6) 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. |
From: Bitbucket <com...@bi...> - 2016-09-13 13:53:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1e4f69d561d5/ Changeset: 1e4f69d561d5 Branch: None User: keeyipchan Date: 2016-09-11 17:29:29+00:00 Summary: Fix typo in comment Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c3d582d87b5b/ Changeset: c3d582d87b5b Branch: None User: zzzeek Date: 2016-09-13 13:52:02+00:00 Summary: Merge branch 'keeyipchan/fix-typo-in-comment-1473614966363' of https://bitbucket.org/keeyipchan/sqlalchemy 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. |
From: Bitbucket <com...@bi...> - 2016-09-16 17:00:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/65d8deac95b6/ Changeset: 65d8deac95b6 Branch: None User: zzzeek Date: 2016-09-16 16:57:59+00:00 Summary: - latest mysql 5.7 also crashing on XA recovery, disable XA recovery for all MySQL Change-Id: I4f77de521cd80c09fdf97e5bbe5dfd1c830dc3cb Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8dba2ec341c7/ Changeset: 8dba2ec341c7 Branch: rel_1_0 User: zzzeek Date: 2016-09-16 16:59:18+00:00 Summary: - latest mysql 5.7 also crashing on XA recovery, disable XA recovery for all MySQL Change-Id: I4f77de521cd80c09fdf97e5bbe5dfd1c830dc3cb (cherry picked from commit 65d8deac95b63ea5702a9ce6b5d9a6c9a6a60991) Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2016-09-19 20:26:30
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/01a0a2d54290/ Changeset: 01a0a2d54290 Branch: None User: zzzeek Date: 2016-09-16 20:20:18+00:00 Summary: Additions to support HAAlchemy plugin - add a connect=True key to connection record to support pre-loading of _ConnectionRecord objects - ensure _ConnectionRecord.close() leaves the record in a good state for reopening - add _ConnectionRecord.record_info for persistent storage - add "in_use" accessor based on fairy_ref being present or not - allow for the exclusions system and SuiteRequirements to be usable without the full plugin_base setup. - move some Python-env requirements to the importable requirements.py module. - allow starttime to be queried - add additional events for engine plugins - have "dialect" be a first-class parameter to the pool, ensure the engine strategy supplies it up front Change-Id: Ibf549f7a1766e49d335cd6f5e26bacfaef9a8229 Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dc7aef1d7051/ Changeset: dc7aef1d7051 Branch: master User: zzzeek Date: 2016-09-19 20:25:51+00:00 Summary: Merge "Additions to support HAAlchemy plugin" Affected #: 11 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. |
From: Bitbucket <com...@bi...> - 2016-09-20 15:55:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8c3b9d608370/ Changeset: 8c3b9d608370 Branch: None User: zzzeek Date: 2016-09-19 20:22:08+00:00 Summary: Support bindparam() with callable for primaryjoin Fixes the comparison of bindparam() objects based on the "callable" parameter being present which helps to correctly detect use_get, and also checks for "callable" when detecting parameters for value substitution and will not impact the object if present. Change-Id: I4c93ee5d404d2648dd9835beeae0c5fb67e37d19 Fixes: #3767 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dea7c2bd8e7e/ Changeset: dea7c2bd8e7e Branch: master User: zzzeek Date: 2016-09-20 15:54:47+00:00 Summary: Merge "Support bindparam() with callable for primaryjoin" Affected #: 5 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. |
From: Bitbucket <com...@bi...> - 2016-09-20 15:56:13
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2c4119d1eb9e/ Changeset: 2c4119d1eb9e Branch: None User: jpassaro Date: 2016-09-19 21:17:07+00:00 Summary: Exclude eq and ne from associative operators The "eq" and "ne" operators are no longer part of the list of "associative" operators, while they remain considered to be "commutative". This allows an expression like ``(x == y) == z`` to be maintained at the SQL level with parenthesis. Pull request courtesy John Passaro. Fixes: #3799 Change-Id: I3759d8987b35649d7418b6524316c9e70c857e68 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/308 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b9a7a74d5e72/ Changeset: b9a7a74d5e72 Branch: master User: zzzeek Date: 2016-09-20 15:55:19+00:00 Summary: Merge "Exclude eq and ne from associative operators" 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. |
From: Bitbucket <com...@bi...> - 2016-09-20 15:56:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f8ecdf47f097/ Changeset: f8ecdf47f097 Branch: None User: zzzeek Date: 2016-09-20 15:33:16+00:00 Summary: Allow SQL expressions to be set on PK columns Removes an unnecessary transfer of modified PK column value to the params dictionary, so that if the modified PK column is already present in value_params, this remains in effect. Also propagate a new flag through to _emit_update_statements() that will trip "return_defaults()" across the board if a PK col w/ SQL expression change is present, and pull this PK value in _postfetch as well assuming we're an UPDATE. Change-Id: I9ae87f964df9ba8faea8e25e96b8327f968e5d1b Fixes: #3801 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5af3c903368e/ Changeset: 5af3c903368e Branch: master User: zzzeek Date: 2016-09-20 15:56:05+00:00 Summary: Merge "Allow SQL expressions to be set on PK columns" 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. |
From: Bitbucket <com...@bi...> - 2016-09-20 17:57:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0c90cac2c374/ Changeset: 0c90cac2c374 Branch: None User: zzzeek Date: 2016-09-20 17:56:17+00:00 Summary: - disable two phase testing for mysql entirely, build servers have no time to deal with MySQL 5.7's issues Change-Id: Ic5f4e5b0aff1b4b5210bc7b5da203f536561e585 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/43a8e0b16a8c/ Changeset: 43a8e0b16a8c Branch: rel_1_0 User: zzzeek Date: 2016-09-20 17:56:44+00:00 Summary: - disable two phase testing for mysql entirely, build servers have no time to deal with MySQL 5.7's issues Change-Id: Ic5f4e5b0aff1b4b5210bc7b5da203f536561e585 (cherry picked from commit 0c90cac2c37453a6688d9c1da62bbfb0bfa13d02) 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. |
From: Bitbucket <com...@bi...> - 2016-09-20 17:59:20
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e95aa257aa31/ Changeset: e95aa257aa31 Branch: None User: mpath Date: 2016-09-20 16:11:11+00:00 Summary: Add the "triggering mapper" to the configure_mappers error message. There are cases where the originating mapper name is not present in the exception message, such as relationship initialization against an unmapped class. Ensure the originating mapper is named in the string output. Pull-request: https://github.com/zzzeek/sqlalchemy/pull/298 Change-Id: I9f23bfa90b26dde9229ab7ec812eec9ceae48153 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/11d24b6614f6/ Changeset: 11d24b6614f6 Branch: master User: zzzeek Date: 2016-09-20 17:58:55+00:00 Summary: Merge "Add the "triggering mapper" to the configure_mappers error message." 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. |
From: Bitbucket <com...@bi...> - 2016-09-20 23:36:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/319c49e64ac5/ Changeset: 319c49e64ac5 Branch: None User: David Fraser Date: 2016-09-20 17:57:40+00:00 Summary: Add exclude_tablespaces argument to Oracle Allows the SYSTEM and SYSAUX tablespaces to be only conditionally omitted when doing get_table_names() and get_temp_table_names(). Change-Id: Ie6995873f05163f2ce473a6a9c2d958a30681b44 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/292 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/930b07c3af53/ Changeset: 930b07c3af53 Branch: master User: zzzeek Date: 2016-09-20 23:36:00+00:00 Summary: Merge "Add exclude_tablespaces argument to Oracle" Affected #: 2 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. |