Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 20)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-10-19 18:23:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/668fd9600dc4/ Changeset: 668fd9600dc4 Branch: rel_1_0 User: zzzeek Date: 2015-10-19 18:21:56+00:00 Summary: - adjust 4f54607923a11669961b53f where we still allow_multirow as long as versioning isn't needed, fixes test_unitofworkv2->test_update_multi_missing_broken_multi_rowcount Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8e9a81a19e9b/ Changeset: 8e9a81a19e9b Branch: None User: zzzeek Date: 2015-10-19 18:22:31+00:00 Summary: - adjust 4f54607923a11669961b53f where we still allow_multirow as long as versioning isn't needed, fixes test_unitofworkv2->test_update_multi_missing_broken_multi_rowcount 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...> - 2015-10-19 22:49:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5bc5adb6270b/ Changeset: 5bc5adb6270b Branch: None User: zzzeek Date: 2015-10-19 22:48:58+00:00 Summary: - use is_() here to more clearly show what's going wrong on occasional pypy test runs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e8638373a3dc/ Changeset: e8638373a3dc Branch: rel_1_0 User: zzzeek Date: 2015-10-19 22:49:23+00:00 Summary: - use is_() here to more clearly show what's going wrong on occasional pypy test runs (cherry picked from commit 5bc5adb6270bd5c7ef0564973cbd765aa371fbca) 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...> - 2015-10-22 16:44:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2daaacef0477/ Changeset: 2daaacef0477 Branch: None User: zzzeek Date: 2015-10-22 15:58:25+00:00 Summary: - update the pool pessimistic invalidation recipe to refer to the engine_connect event, allowing easy detection of disconnects and full invalidation of the pool Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/73653355651a/ Changeset: 73653355651a Branch: rel_1_0 User: zzzeek Date: 2015-10-22 15:59:04+00:00 Summary: - update the pool pessimistic invalidation recipe to refer to the engine_connect event, allowing easy detection of disconnects and full invalidation of the pool (cherry picked from commit 2daaacef047718856623f43ea55d09abfa2a2dd7) 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...> - 2015-10-22 21:31:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e4bfe2aa4b52/ Changeset: e4bfe2aa4b52 Branch: None User: graingert Date: 2015-08-19 18:15:40+00:00 Summary: Link to maintained redshift dialect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c2c4fc14d592/ Changeset: c2c4fc14d592 Branch: None User: zzzeek Date: 2015-10-22 21:27:44+00:00 Summary: Merge remote-tracking branch 'origin/pr/196' into pr196 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...> - 2015-10-28 15:23:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/98c1dcc6bcad/ Changeset: 98c1dcc6bcad Branch: None User: zzzeek Date: 2015-10-28 15:22:55+00:00 Summary: - add a JSON warning for coerce_compared_value Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/763b40fca779/ Changeset: 763b40fca779 Branch: rel_0_9 User: zzzeek Date: 2015-10-28 15:23:23+00:00 Summary: - add a JSON warning for coerce_compared_value (cherry picked from commit 98c1dcc6bcade313a254fe11e8efa3c5b5ad959e) 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...> - 2015-11-19 19:24:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7f9aa281857/ Changeset: c7f9aa281857 Branch: None User: zzzeek Date: 2015-11-19 19:23:08+00:00 Summary: - rewrite the docs and add a test for the bake_queries=True relationship flag; this flag *does* have an effect when the baked lazy loader plugin has been invoked. clarify the intent of this flag as an "opt out" but only has an effect when the baked system is loaded anyway. fixes #3572 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e8c2e4a17994/ Changeset: e8c2e4a17994 Branch: rel_1_0 User: zzzeek Date: 2015-11-19 19:24:17+00:00 Summary: - rewrite the docs and add a test for the bake_queries=True relationship flag; this flag *does* have an effect when the baked lazy loader plugin has been invoked. clarify the intent of this flag as an "opt out" but only has an effect when the baked system is loaded anyway. fixes #3572 (cherry picked from commit c7f9aa281857eeeaf7963c370bda43d2eb4746f5) 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...> - 2015-11-19 20:11:56
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/29d6f6e19b01/ Changeset: 29d6f6e19b01 Branch: rel_1_0 User: zzzeek Date: 2015-11-19 20:10:46+00:00 Summary: - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` to return ``datetime.timedelta`` in the same way as that of :obj:`.types.Interval.python_type`, rather than raising ``NotImplementedError``. fixes #3571 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9ed36c2eed34/ Changeset: 9ed36c2eed34 Branch: None User: zzzeek Date: 2015-11-19 20:11:37+00:00 Summary: - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` to return ``datetime.timedelta`` in the same way as that of :obj:`.types.Interval.python_type`, rather than raising ``NotImplementedError``. fixes #3571 (cherry picked from commit 29d6f6e19b014bb5ce79032bd8803e32b4da0e5e) 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...> - 2015-11-19 20:27:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1dc805dd4d90/ Changeset: 1dc805dd4d90 Branch: None User: zzzeek Date: 2015-11-19 20:24:22+00:00 Summary: - add documentation that describes, then proceeds to warn about the many caveats and confusing effects of, the popular approach of using contains_eager() to alter the natural result of a related collection. I'm not a fan of this technique as it changes the semantics of a relationship in such a way that the rest of the ORM isn't aware of and it also can be undone very easily; hence the section needs as much text for warnings as for describing the technique itself. fixes #3563 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/423697dea60c/ Changeset: 423697dea60c Branch: rel_1_0 User: zzzeek Date: 2015-11-19 20:27:01+00:00 Summary: - add documentation that describes, then proceeds to warn about the many caveats and confusing effects of, the popular approach of using contains_eager() to alter the natural result of a related collection. I'm not a fan of this technique as it changes the semantics of a relationship in such a way that the rest of the ORM isn't aware of and it also can be undone very easily; hence the section needs as much text for warnings as for describing the technique itself. fixes #3563 (cherry picked from commit 1dc805dd4d902b9204703f0bd6151c58f1f287af) 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...> - 2015-11-19 20:47:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a6fe4dc0c8eb/ Changeset: a6fe4dc0c8eb Branch: None User: zzzeek Date: 2015-11-19 20:45:17+00:00 Summary: - A rare case which occurs when a :meth:`.Session.rollback` fails in the scope of a :meth:`.Session.flush` operation that's raising an exception, as has been observed in some MySQL SAVEPOINT cases, prevents the original database exception from being observed when it was emitted during flush, but only on Py2K because Py2K does not support exception chaining; on Py3K the originating exception is chained. As a workaround, a warning is emitted in this specific case showing at least the string message of the original database error before we proceed to raise the rollback-originating exception. fixes #2696 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/caef13d8cf01/ Changeset: caef13d8cf01 Branch: rel_1_0 User: zzzeek Date: 2015-11-19 20:45:47+00:00 Summary: - A rare case which occurs when a :meth:`.Session.rollback` fails in the scope of a :meth:`.Session.flush` operation that's raising an exception, as has been observed in some MySQL SAVEPOINT cases, prevents the original database exception from being observed when it was emitted during flush, but only on Py2K because Py2K does not support exception chaining; on Py3K the originating exception is chained. As a workaround, a warning is emitted in this specific case showing at least the string message of the original database error before we proceed to raise the rollback-originating exception. fixes #2696 (cherry picked from commit a6fe4dc0c8ebc346a90dd849a86dac9345d74515) 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...> - 2015-11-20 23:20:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ef9a4cb60b4e/ Changeset: ef9a4cb60b4e Branch: None User: zzzeek Date: 2015-11-20 23:19:33+00:00 Summary: - try to get this to skip for oracle Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/65d6a7ef2c09/ Changeset: 65d6a7ef2c09 Branch: rel_1_0 User: zzzeek Date: 2015-11-20 23:20:09+00:00 Summary: - try to get this to skip for oracle (cherry picked from commit ef9a4cb60b4e7fe305367c5223e8bb2cbf2b3b0f) 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...> - 2015-11-22 21:04:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f7943db2f32e/ Changeset: f7943db2f32e Branch: None User: zzzeek Date: 2015-11-22 21:04:04+00:00 Summary: - add py35 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9cfce51f073d/ Changeset: 9cfce51f073d Branch: rel_1_0 User: zzzeek Date: 2015-11-22 21:04:20+00:00 Summary: - add py35 (cherry picked from commit f7943db2f32e3cace9cadc5cf05402d425b76d33) 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...> - 2015-11-24 19:13:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/054b22c78677/ Changeset: 054b22c78677 Branch: None User: iamnotstonedrightnow Date: 2015-11-24 19:10:51+00:00 Summary: - Change "expr" to "entity" for example illustrating an event that intercepts a query and adds entity-oriented criteria Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ecf6e2ceb92a/ Changeset: ecf6e2ceb92a Branch: rel_1_0 User: iamnotstonedrightnow Date: 2015-11-24 19:12:36+00:00 Summary: - Change "expr" to "entity" for example illustrating an event that intercepts a query and adds entity-oriented criteria (cherry picked from commit 054b22c7867722a256bfe8dd74eada4da378a601) 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...> - 2015-11-26 00:41:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1106bd3ff270/ Changeset: 1106bd3ff270 Branch: None User: zzzeek Date: 2015-11-25 23:19:36+00:00 Summary: Merge remote-tracking branch 'origin/pr/200' into pr200 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ab0874e893af/ Changeset: ab0874e893af Branch: pr200_updated User: zzzeek Date: 2015-11-26 00:39:17+00:00 Summary: - work from an "explicit is better than implicit" perspective here and require a flag on update() to use parameter ordering rather than table ordering. more docs/changelog notes are needed 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...> - 2015-11-28 19:31:58
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c90f0a49f332/ Changeset: c90f0a49f332 Branch: None User: zzzeek Date: 2015-11-28 19:30:05+00:00 Summary: - Added support for parameter-ordered SET clauses in an UPDATE statement. This feature is available by passing the :paramref:`~.sqlalchemy.sql.expression.update.preserve_parameter_order` flag either to the core :class:`.Update` construct or alternatively adding it to the :paramref:`.Query.update.update_args` dictionary at the ORM-level, also passing the parameters themselves as a list of 2-tuples. Thanks to Gorka Eguileor for implementation and tests. adapted from pullreq github:200 Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d2d60acdcbd4/ Changeset: d2d60acdcbd4 Branch: rel_1_0 User: zzzeek Date: 2015-11-28 19:30:58+00:00 Summary: - Added support for parameter-ordered SET clauses in an UPDATE statement. This feature is available by passing the :paramref:`~.sqlalchemy.sql.expression.update.preserve_parameter_order` flag either to the core :class:`.Update` construct or alternatively adding it to the :paramref:`.Query.update.update_args` dictionary at the ORM-level, also passing the parameters themselves as a list of 2-tuples. Thanks to Gorka Eguileor for implementation and tests. adapted from pullreq github:200 (cherry picked from commit c90f0a49f332867f6b337c79ddf192299788667f) 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...> - 2015-11-30 02:51:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4fcd93afb877/ Changeset: 4fcd93afb877 Branch: None User: zzzeek Date: 2015-11-30 02:50:50+00:00 Summary: - close the session Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d4fa1345ffe9/ Changeset: d4fa1345ffe9 Branch: rel_1_0 User: zzzeek Date: 2015-11-30 02:51:02+00:00 Summary: - close the session (cherry picked from commit 4fcd93afb877ec8929586c2d7b671aef1783d883) 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...> - 2015-11-30 17:22:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/03a3b5ffd302/ Changeset: 03a3b5ffd302 Branch: None User: zzzeek Date: 2015-11-30 17:19:26+00:00 Summary: - A descriptive ValueError is now raised in the event that SQL server returns an invalid date or time format from a DATE or TIME column, rather than failing with a NoneType error. Pull request courtesy Ed Avis. pullreq github:206 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/730aa2140c96/ Changeset: 730aa2140c96 Branch: rel_1_0 User: zzzeek Date: 2015-11-30 17:20:23+00:00 Summary: - A descriptive ValueError is now raised in the event that SQL server returns an invalid date or time format from a DATE or TIME column, rather than failing with a NoneType error. Pull request courtesy Ed Avis. pullreq github:206 (cherry picked from commit 03a3b5ffd3027c79ce9b17b9388fd074e69b889d) 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...> - 2015-11-30 18:16:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ab6946769742/ Changeset: ab6946769742 Branch: None User: zzzeek Date: 2015-11-30 18:15:40+00:00 Summary: - Added the error "20006: Write to the server failed" to the list of disconnect errors for the pymssql driver, as this has been observed to render a connection unusable. fixes #3585 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b30390bfb3a6/ Changeset: b30390bfb3a6 Branch: rel_1_0 User: zzzeek Date: 2015-11-30 18:16:11+00:00 Summary: - Added the error "20006: Write to the server failed" to the list of disconnect errors for the pymssql driver, as this has been observed to render a connection unusable. fixes #3585 (cherry picked from commit ab6946769742602e40fb9ed9dde5f642885d1906) 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...> - 2015-12-02 00:06:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9695faf32981/ Changeset: 9695faf32981 Branch: None User: zzzeek Date: 2015-12-02 00:03:03+00:00 Summary: - Fixed bug where CREATE TABLE with a no-column table, but a constraint such as a CHECK constraint would render an erroneous comma in the definition; this scenario can occur such as with a Postgresql INHERITS table that has no columns of its own. fixes #3598 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7b5fd86a42cf/ Changeset: 7b5fd86a42cf Branch: rel_1_0 User: zzzeek Date: 2015-12-02 00:04:48+00:00 Summary: - Fixed bug where CREATE TABLE with a no-column table, but a constraint such as a CHECK constraint would render an erroneous comma in the definition; this scenario can occur such as with a Postgresql INHERITS table that has no columns of its own. fixes #3598 (cherry picked from commit 9695faf32981406b12a6468b98d5c9b673f8e219) 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...> - 2015-12-02 20:19:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/935bc34dc50d/ Changeset: 935bc34dc50d Branch: None User: zzzeek Date: 2015-12-02 17:13:57+00:00 Summary: - Fixed issue where post_update on a many-to-one relationship would fail to emit an UPDATE in the case where the attribute were set to None and not previously loaded. fixes #3599 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/74fcb4b86719/ Changeset: 74fcb4b86719 Branch: rel_1_0 User: zzzeek Date: 2015-12-02 17:14:18+00:00 Summary: - Fixed issue where post_update on a many-to-one relationship would fail to emit an UPDATE in the case where the attribute were set to None and not previously loaded. fixes #3599 (cherry picked from commit 935bc34dc50d5e4bdf181a8287d6e4cdbde073d0) 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...> - 2015-12-05 21:59:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0fb6b626dd36/ Changeset: 0fb6b626dd36 Branch: rel_1_0 User: zzzeek Date: 2015-12-05 21:57:55+00:00 Summary: - add ORACLE_HOME to passenv allowing oracle to work w/ tox 2.0 (cherry picked from commit 7f423e875669ee549b1f53f90d2db340b6c957cd) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a627573510a5/ Changeset: a627573510a5 Branch: rel_0_9 User: zzzeek Date: 2015-12-05 21:59:03+00:00 Summary: - add ORACLE_HOME to passenv allowing oracle to work w/ tox 2.0 (cherry picked from commit 7f423e875669ee549b1f53f90d2db340b6c957cd) 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...> - 2015-12-08 15:43:01
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7df4054b04ed/ Changeset: 7df4054b04ed Branch: None User: zzzeek Date: 2015-12-08 15:40:45+00:00 Summary: - make this DROP conditional, attempting to isolate why jenkins has an issue with just one test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7574762aa085/ Changeset: 7574762aa085 Branch: rel_1_0 User: zzzeek Date: 2015-12-08 15:42:44+00:00 Summary: - make this DROP conditional, attempting to isolate why jenkins has an issue with just one test (cherry picked from commit 7df4054b04ed54504be2c2ab8a83721748130780) 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...> - 2015-12-08 18:50:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/67b22cee3ab2/ Changeset: 67b22cee3ab2 Branch: rel_1_0 User: zzzeek Date: 2015-12-08 18:49:56+00:00 Summary: - fix changelog for #3602 - add version switch for backend fsp test Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f4a1129e79e0/ Changeset: f4a1129e79e0 Branch: None User: zzzeek Date: 2015-12-08 18:50:25+00:00 Summary: - fix changelog for #3602 - add version switch for backend fsp test (cherry picked from commit 67b22cee3ab2c17b61100f1ccd69081082c0f074) 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...> - 2015-12-09 23:16:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e57bf7961692/ Changeset: e57bf7961692 Branch: None User: zzzeek Date: 2015-12-09 23:15:25+00:00 Summary: - Fixed issue within the :meth:`.Insert.from_select` construct whereby the :class:`.Select` construct would have its ``._raw_columns`` collection mutated in-place when compiling the :class:`.Insert` construct, when the target :class:`.Table` has Python-side defaults. The :class:`.Select` construct would compile standalone with the erroneous column present subsequent to compilation of the :class:`.Insert`, and the the :class:`.Insert` statement itself would fail on a second compile attempt due to duplicate bound parameters. fixes #3603 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6d44b0126301/ Changeset: 6d44b0126301 Branch: rel_1_0 User: zzzeek Date: 2015-12-09 23:15:57+00:00 Summary: - Fixed issue within the :meth:`.Insert.from_select` construct whereby the :class:`.Select` construct would have its ``._raw_columns`` collection mutated in-place when compiling the :class:`.Insert` construct, when the target :class:`.Table` has Python-side defaults. The :class:`.Select` construct would compile standalone with the erroneous column present subsequent to compilation of the :class:`.Insert`, and the the :class:`.Insert` statement itself would fail on a second compile attempt due to duplicate bound parameters. fixes #3603 (cherry picked from commit e57bf796169282f69187f50665f5ea233c2c9ab7) 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...> - 2015-12-10 22:18:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d533b8e9223b/ Changeset: d533b8e9223b Branch: None User: zzzeek Date: 2015-12-10 22:09:47+00:00 Summary: - The ORM and Core tutorials, which have always been in doctest format, are now exercised within the normal unit test suite in both Python 2 and Python 3. - remove the old testdocs.py runner and replace with test/base/test_tutorials.py - use pytest's unicode fixer so that we can test for unicode strings in both py2k/3k - use py3k format overall for prints, exceptions - add other fixers to guarantee deterministic results - add skips and ellipses to outputs that aren't worth matching Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/89966db3e816/ Changeset: 89966db3e816 Branch: rel_1_0 User: zzzeek Date: 2015-12-10 22:18:06+00:00 Summary: - The ORM and Core tutorials, which have always been in doctest format, are now exercised within the normal unit test suite in both Python 2 and Python 3. - remove the old testdocs.py runner and replace with test/base/test_tutorials.py - use pytest's unicode fixer so that we can test for unicode strings in both py2k/3k - use py3k format overall for prints, exceptions - add other fixers to guarantee deterministic results - add skips and ellipses to outputs that aren't worth matching (cherry picked from commit d533b8e9223b9c938655e5b666fc928e2d996cd3) 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...> - 2015-12-10 23:28:56
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/741b8af31bb4/ Changeset: 741b8af31bb4 Branch: None User: zzzeek Date: 2015-12-10 23:27:14+00:00 Summary: - convert ORM tutorial and basic_relationships to favor back_populates while still maintaining great familiarity w/ backref so as not to confuse people. fixes #3390 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/601e873045e8/ Changeset: 601e873045e8 Branch: rel_1_0 User: zzzeek Date: 2015-12-10 23:28:37+00:00 Summary: - convert ORM tutorial and basic_relationships to favor back_populates while still maintaining great familiarity w/ backref so as not to confuse people. fixes #3390 (cherry picked from commit 741b8af31bb436356b9e8950c045761a0e054fe0) 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. |