Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 23)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-04-06 17:32:26
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bef15a950ec4/ Changeset: bef15a950ec4 Branch: None User: _diana_ Date: 2016-04-06 17:28:25+00:00 Summary: - don't load deferred columns on unexpire for merge with load=False, fixes #3488 Change-Id: Ic9577b800e4a4e2465ec7f3a2e95bd231f5337ee Co-Authored-By: Mike Bayer <mi...@zz...> Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/829bd30834cc/ Changeset: 829bd30834cc Branch: master User: zzzeek Date: 2016-04-06 17:32:10+00:00 Summary: Merge "- don't load deferred columns on unexpire for merge with load=False, fixes #3488" 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-04-15 16:48:08
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b59cbb5fd7d2/ Changeset: b59cbb5fd7d2 Branch: None User: cito Date: 2016-04-15 16:00:27+00:00 Summary: - Add support for PostgreSQL with PyGreSQL Change-Id: I040b75ff3b4110e7e8b26442a4eb226ba8c26715 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/234 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/35e93db7ffb5/ Changeset: 35e93db7ffb5 Branch: master User: zzzeek Date: 2016-04-15 16:47:33+00:00 Summary: Merge "- Add support for PostgreSQL with PyGreSQL" Affected #: 9 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-04-19 17:45:29
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/33921261f8eb/ Changeset: 33921261f8eb Branch: None User: thiefmaster Date: 2016-04-19 17:04:41+00:00 Summary: Add raise/raiseload relationship loading strategy Fixes: #3512 Co-Authored-By: Mike Bayer <mi...@zz...> Change-Id: Ibd126c50eda621e2f4120ee378f7313af2d7ec3c Pull-request: https://github.com/zzzeek/sqlalchemy/pull/193 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/56dafa6c0dc1/ Changeset: 56dafa6c0dc1 Branch: master User: zzzeek Date: 2016-04-19 17:44:51+00:00 Summary: Merge "Add raise/raiseload relationship loading strategy" Affected #: 9 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-04-19 22:50:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/23825a259176/ Changeset: 23825a259176 Branch: None User: zzzeek Date: 2016-04-19 22:17:45+00:00 Summary: Deprecate Mapper.order_by This is an old parameter no longer relevant to how SQLAlchemy works, once the Query object was introduced. By deprecating it we establish that we aren't supporting non-working use cases and that we encourage applications to move off of the use of this parameter. Fixes: #3394 Change-Id: I25b9a38142a1537bbcb27d3e8b66a8b265140072 Affected #: 18 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8ab08cf805fb/ Changeset: 8ab08cf805fb Branch: master User: zzzeek Date: 2016-04-19 22:50:04+00:00 Summary: Merge "Deprecate Mapper.order_by" Affected #: 18 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-04-20 16:07:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fc68a7145d08/ Changeset: fc68a7145d08 Branch: rel_1_0 User: Ethan Date: 2016-04-20 15:20:06+00:00 Summary: Update tutorial.rst Fix very minor typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/68048f6f3f17/ Changeset: 68048f6f3f17 Branch: rel_0_9 User: Ethan Date: 2016-04-20 16:06:45+00:00 Summary: Update tutorial.rst Fix very minor typo (cherry picked from commit fc68a7145d086de21005b4ccaa93847d4b889dba) 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-04-27 00:02:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c3de4061fd49/ Changeset: c3de4061fd49 Branch: rel_1_0 User: zzzeek Date: 2016-04-27 00:00:43+00:00 Summary: Simplify directed graph example Changed the "directed graph" example to no longer consider integer identifiers of nodes as significant; the "higher" / "lower" references now allow mutual edges in both directions. Change-Id: Ibfd5b420f0451a6fc746f0bcbbbb062f8f88dc1d Fixes: #3698 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/84ba09a7d7b0/ Changeset: 84ba09a7d7b0 Branch: None User: zzzeek Date: 2016-04-27 00:01:22+00:00 Summary: Simplify directed graph example Changed the "directed graph" example to no longer consider integer identifiers of nodes as significant; the "higher" / "lower" references now allow mutual edges in both directions. Change-Id: Ibfd5b420f0451a6fc746f0bcbbbb062f8f88dc1d Fixes: #3698 (cherry picked from commit c3de4061fd490adcd8b75c79685f4a831b869f9e) 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-04-27 19:00:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f3bc60bdd809/ Changeset: f3bc60bdd809 Branch: master User: zzzeek Date: 2016-04-27 16:37:58+00:00 Summary: Don't double-process ResultMetaData for BufferedColumnResultProxy Fixed a bug in the result proxy used mainly by Oracle when binary and other LOB types are in play, such that when query / statement caching were used, the type-level result processors, notably that required by the binary type itself but also any other processor, would become lost after the first run of the statement due to it being removed from the cached result metadata. Change-Id: I751940866cffb4f48de46edc8137482eab59790c Fixes: #3699 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c2505259531d/ Changeset: c2505259531d Branch: rel_1_0 User: zzzeek Date: 2016-04-27 16:47:07+00:00 Summary: Don't double-process ResultMetaData for BufferedColumnResultProxy Fixed a bug in the result proxy used mainly by Oracle when binary and other LOB types are in play, such that when query / statement caching were used, the type-level result processors, notably that required by the binary type itself but also any other processor, would become lost after the first run of the statement due to it being removed from the cached result metadata. Change-Id: I751940866cffb4f48de46edc8137482eab59790c Fixes: #3699 (cherry picked from commit f3bc60bdd809235cbeb3f414717ac0e273269cf9) 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-04-27 19:03:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8aa7369125f8/ Changeset: 8aa7369125f8 Branch: None User: jfinkels Date: 2016-04-27 06:35:55+00:00 Summary: Adds parentheses around prints in documentation This makes the docstring example code compatible with both Python 2 and Python 3. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9e77f40a313b/ Changeset: 9e77f40a313b Branch: None User: zzzeek Date: 2016-04-27 19:02:09+00:00 Summary: Merge remote-tracking branch 'origin/pr/263' 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-04-27 20:10:30
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/83a9e6e1fac2/ Changeset: 83a9e6e1fac2 Branch: rel_1_0 User: zzzeek Date: 2016-04-27 20:08:31+00:00 Summary: Fix pymssql sample URL A slash is required before building out the query string portion. Change-Id: Ie97fd3d07047d78e17cbaffed4ff54960a2b956e Fixes: #3696 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9a3c9ba7beb1/ Changeset: 9a3c9ba7beb1 Branch: None User: zzzeek Date: 2016-04-27 20:09:39+00:00 Summary: Fix pymssql sample URL A slash is required before building out the query string portion. Change-Id: Ie97fd3d07047d78e17cbaffed4ff54960a2b956e Fixes: #3696 (cherry picked from commit 83a9e6e1fac276090e60136aa4e9234ae23bc25a) 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-05-05 21:10:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9bdd6f2b1f6b/ Changeset: 9bdd6f2b1f6b Branch: None User: zzzeek Date: 2016-05-05 21:07:40+00:00 Summary: Repair _orm_columns() to accommodate text() Fixed bug whereby passing a :func:`.text` construct to the :meth:`.Query.group_by` method would raise an error, instead of intepreting the object as a SQL fragment. Change-Id: I5fc2f590b76508d52e23b5fa9cf037ddea8080c3 fixes: #3706 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/eb0685e40f75/ Changeset: eb0685e40f75 Branch: rel_1_0 User: zzzeek Date: 2016-05-05 21:08:31+00:00 Summary: Repair _orm_columns() to accommodate text() Fixed bug whereby passing a :func:`.text` construct to the :meth:`.Query.group_by` method would raise an error, instead of intepreting the object as a SQL fragment. Change-Id: I5fc2f590b76508d52e23b5fa9cf037ddea8080c3 fixes: #3706 (cherry picked from commit 9bdd6f2b1f6b34a82b77849ec05811aa0279931d) 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-05-10 15:49:58
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/743e9d458994/ Changeset: 743e9d458994 Branch: master User: zzzeek Date: 2016-05-10 15:05:30+00:00 Summary: Check for duplicate calls to register_attribute_impl Fixed bug whereby the event listeners used for backrefs could be inadvertently applied multiple times, when using a deep class inheritance hierarchy in conjunction with mutiple mapper configuration steps. Change-Id: I712beaf4674e2323bf5b282922658020a6d00b53 Fixes: #3710 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a9f74400b179/ Changeset: a9f74400b179 Branch: rel_1_0 User: zzzeek Date: 2016-05-10 15:06:53+00:00 Summary: Check for duplicate calls to register_attribute_impl Fixed bug whereby the event listeners used for backrefs could be inadvertently applied multiple times, when using a deep class inheritance hierarchy in conjunction with mutiple mapper configuration steps. Change-Id: I712beaf4674e2323bf5b282922658020a6d00b53 Fixes: #3710 (cherry picked from commit 743e9d4589946f1a29cdec7f2f1a2e4ec0853db7) 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-05-10 19:51:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0604116814a8/ Changeset: 0604116814a8 Branch: master User: zzzeek Date: 2016-05-10 16:55:23+00:00 Summary: Fix label referencing in SQL Server OFFSET logic Fixed bug where by ROW_NUMBER OVER clause applied for OFFSET selects in SQL Server would inappropriately substitute a plain column from the local statement that overlaps with a label name used by the ORDER BY criteria of the statement. Change-Id: Ic2500c886cbfc83a1ad5a2681783f008b9f23838 Fixes: #3711 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/40b0e4b424c8/ Changeset: 40b0e4b424c8 Branch: rel_1_0 User: zzzeek Date: 2016-05-10 16:57:08+00:00 Summary: Fix label referencing in SQL Server OFFSET logic Fixed bug where by ROW_NUMBER OVER clause applied for OFFSET selects in SQL Server would inappropriately substitute a plain column from the local statement that overlaps with a label name used by the ORDER BY criteria of the statement. Change-Id: Ic2500c886cbfc83a1ad5a2681783f008b9f23838 Fixes: #3711 (cherry picked from commit a4be7c92393e08607dc46f318e97803519052a93) 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-05-14 01:59:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8ecad78ba347/ Changeset: 8ecad78ba347 Branch: master User: iurisilvio Date: 2016-05-14 01:23:17+00:00 Summary: Handle `SSL error: decryption failed or bad record mac` This is another psycopg2 error message representing an unusable connection. Fixes #3715 Change-Id: Ida6e212963e9c7336bf2944e7ef928619ac3a0e7 Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/85 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/06fd549df499/ Changeset: 06fd549df499 Branch: rel_1_0 User: iurisilvio Date: 2016-05-14 01:26:42+00:00 Summary: Handle `SSL error: decryption failed or bad record mac` This is another psycopg2 error message representing an unusable connection. Fixes #3715 Change-Id: Ida6e212963e9c7336bf2944e7ef928619ac3a0e7 (cherry picked from commit 8ecad78ba3473d97df8ed4f20f28ddf966ce0277) Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/85 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-05-16 14:27:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1873d8107ac8/ Changeset: 1873d8107ac8 Branch: None User: zzzeek Date: 2016-05-16 14:26:08+00:00 Summary: Fix formatting on test_evaluator Change-Id: Idcd77a570b19f1b022a74d67fa8253d922dadc67 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8c8b1bd53c2f/ Changeset: 8c8b1bd53c2f Branch: rel_1_0 User: zzzeek Date: 2016-05-16 14:26:35+00:00 Summary: Fix formatting on test_evaluator Change-Id: Idcd77a570b19f1b022a74d67fa8253d922dadc67 (cherry picked from commit 1873d8107ac8cf4258440914d68f12332220e244) 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-05-16 17:12:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9611ba3a9d7c/ Changeset: 9611ba3a9d7c Branch: None User: jayvdb Date: 2016-05-16 14:15:19+00:00 Summary: Fix TypeError during cx_Oracle connection cx_Oracle connection parameters user, password and dsn must be either a string or NULL. When they are passed a Python None object, "TypeError: expecting string, unicode or buffer object" is raised. Fixes: #3705 Change-Id: I8da5d8a227ca12c9bf17a6127460e413841951fb Pull-request: https://github.com/zzzeek/sqlalchemy/pull/271 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/88cd6e4706cc/ Changeset: 88cd6e4706cc Branch: master User: zzzeek Date: 2016-05-16 17:11:54+00:00 Summary: Merge "Fix TypeError during cx_Oracle connection" 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-05-16 17:13:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a51ab916622d/ Changeset: a51ab916622d Branch: None User: zzzeek Date: 2016-05-16 14:32:07+00:00 Summary: Accommodate "callable" bound param in evaluator Fixed bug in "evaluate" strategy of :meth:`.Query.update` and :meth:`.Query.delete` which would fail to accommodate a bound parameter with a "callable" value, as which occurs when filtering by a many-to-one equality expression along a relationship. Change-Id: I47758d3f5d8b9ea1a07e23166780d5f3c32b17f1 Fixes: #3700 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d3cf79bf8796/ Changeset: d3cf79bf8796 Branch: master User: zzzeek Date: 2016-05-16 17:12:51+00:00 Summary: Merge "Accommodate "callable" bound param in evaluator" 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-05-16 17:19:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/735a0c04015f/ Changeset: 735a0c04015f Branch: None User: jayvdb Date: 2016-05-16 14:16:29+00:00 Summary: Fix TypeError during cx_Oracle connection cx_Oracle connection parameters user, password and dsn must be either a string or NULL. When they are passed a Python None object, "TypeError: expecting string, unicode or buffer object" is raised. Fixes: #3705 Change-Id: I8da5d8a227ca12c9bf17a6127460e413841951fb Pull-request: https://github.com/zzzeek/sqlalchemy/pull/271 (cherry picked from commit a60328473f78d68b65cc376c21aa8f50df867d26) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8ac8fecf3f34/ Changeset: 8ac8fecf3f34 Branch: rel_1_0 User: zzzeek Date: 2016-05-16 17:18:49+00:00 Summary: Merge "Fix TypeError during cx_Oracle connection" into rel_1_0 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-05-18 16:26:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c124fa36d5af/ Changeset: c124fa36d5af Branch: master User: zzzeek Date: 2016-05-18 15:43:38+00:00 Summary: Support "blank" schema when MetaData.schema is set Previously, it was impossible to have a Table that has None for a schema name when the "schema" parameter on MetaData was set. A new symbol sqlalchemy.schema.BLANK_SCHEMA is added which indicates that the schema name should unconditionally be set to None. In particular, this value must be passed within cross-schema foreign key reflection, so that a Table which is in the "default" schema can be represented properly. Fixes: #3716 Change-Id: I3d24f99c22cded206c5379fd32a225e74edb7a8e Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4b31736343f1/ Changeset: 4b31736343f1 Branch: rel_1_0 User: zzzeek Date: 2016-05-18 15:44:56+00:00 Summary: Support "blank" schema when MetaData.schema is set Previously, it was impossible to have a Table that has None for a schema name when the "schema" parameter on MetaData was set. A new symbol sqlalchemy.schema.BLANK_SCHEMA is added which indicates that the schema name should unconditionally be set to None. In particular, this value must be passed within cross-schema foreign key reflection, so that a Table which is in the "default" schema can be represented properly. Fixes: #3716 Change-Id: I3d24f99c22cded206c5379fd32a225e74edb7a8e (cherry picked from commit c124fa36d5af2c85c87c51d24e92387adffbe3d2) Affected #: 9 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-05-24 20:27:00
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4cec791774b8/ Changeset: 4cec791774b8 Branch: None User: zzzeek Date: 2016-05-24 20:25:53+00:00 Summary: Repair dictlike-polymorphic dictlike-polymorphic was broken by the change in 1714e0d6ef28411e9c6633018564af1cae58c3d9. Use the new style of inheritance. Fixes: #3704 Change-Id: I3509ef4bf7772dd6994daf600accf4a2c5eb6973 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b150f96b8fa9/ Changeset: b150f96b8fa9 Branch: rel_1_0 User: zzzeek Date: 2016-05-24 20:26:07+00:00 Summary: Repair dictlike-polymorphic dictlike-polymorphic was broken by the change in 1714e0d6ef28411e9c6633018564af1cae58c3d9. Use the new style of inheritance. Fixes: #3704 Change-Id: I3509ef4bf7772dd6994daf600accf4a2c5eb6973 (cherry picked from commit 4cec791774b859a4800ed6e607bfa6838b1ab6af) 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-05-31 14:10:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/513a045395b4/ Changeset: 513a045395b4 Branch: None User: AdamChainz Date: 2016-05-29 13:28:55+00:00 Summary: Convert readthedocs link for their .org -> .io migration for hosted projects As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/47f9b9f07ee5/ Changeset: 47f9b9f07ee5 Branch: rel_1_0 User: AdamChainz Date: 2016-05-31 14:03:17+00:00 Summary: Convert readthedocs link for their .org -> .io migration for hosted projects As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. (cherry picked from commit 513a045395b4cb5d8e1a9deb69bc9761d79eee37) Affected #: 9 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-06-02 17:58:00
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ef0da7eb66d1/ Changeset: ef0da7eb66d1 Branch: None User: beenje Date: 2016-06-01 21:20:41+00:00 Summary: Add postgresql_tablespace option on Index This complements the same-named parameter available on Table. Fixes: #3720 Change-Id: I56e081e2a551f37c3f392ca4b301c9ef82b94e59 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/233 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/31699bd1866b/ Changeset: 31699bd1866b Branch: master User: zzzeek Date: 2016-06-02 17:57:24+00:00 Summary: Merge "Add postgresql_tablespace option on Index" 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-06-02 18:42:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/afb466fb8bd9/ Changeset: afb466fb8bd9 Branch: None User: zzzeek Date: 2016-06-02 17:54:07+00:00 Summary: Skip UniqueConstraint marked by unique=True in tometadata Fixes an issue where a Column would be copied with unique=True and at the same time the UniqueConstraint would also be copied, leading to duplicate UniqueConstraints in the target table, when tometadata() is used. Imitates the same logic used by index=True/Index to avoid duplicates. For some reason a fix was implemented for Index long ago but never for UniqueConstraint. Change-Id: Ie622ee912a6fb8bf0ea900a8b09d78c7ebc79fc0 Fixes: #3721 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dc9e35f08d39/ Changeset: dc9e35f08d39 Branch: None User: zzzeek Date: 2016-06-02 18:42:38+00:00 Summary: Merge "Skip UniqueConstraint marked by unique=True in tometadata" 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-06-02 21:46:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eb28ebb0f8a4/ Changeset: eb28ebb0f8a4 Branch: None User: zzzeek Date: 2016-06-02 21:42:51+00:00 Summary: - limit oracle DB reaps to identifiers generated from this run to prevent race conditions against concurrent runs Change-Id: I065d1cec346ea7af03792c3cc2f30766f73c2bd3 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/842f34575310/ Changeset: 842f34575310 Branch: rel_1_0 User: zzzeek Date: 2016-06-02 21:45:16+00:00 Summary: - limit oracle DB reaps to identifiers generated from this run to prevent race conditions against concurrent runs Change-Id: I065d1cec346ea7af03792c3cc2f30766f73c2bd3 (cherry picked from commit eb28ebb0f8a48ba57f68f21d64479b56bf689d24) 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-06-02 21:47:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e28b44813721/ Changeset: e28b44813721 Branch: None User: zzzeek Date: 2016-06-02 18:41:31+00:00 Summary: Add an init_scalar event for attributes This allows us to build default-setting recipes such as one that allows us to actively read column-level defaults. An example suite is also added. Change-Id: I7b022d52cc89526132d5bc4201ac27fea4cf088d Fixes: #1311 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ad09d28e8093/ Changeset: ad09d28e8093 Branch: master User: zzzeek Date: 2016-06-02 21:47:37+00:00 Summary: Merge "Add an init_scalar event for attributes" 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. |
From: Bitbucket <com...@bi...> - 2016-06-02 21:48:23
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cafebe160434/ Changeset: cafebe160434 Branch: None User: joshmarlow Date: 2016-06-02 18:00:13+00:00 Summary: Add schema argument to AutomapBase.prepare() This allows automap to reflect tables from a schema other than the default without the need to resort to calling MetaData.reflect directly. Change-Id: Ie73cb113bd6d115555c09c5efc33d27ad2c9c512 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/237 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/59d90c95a133/ Changeset: 59d90c95a133 Branch: master User: zzzeek Date: 2016-06-02 21:48:13+00:00 Summary: Merge "Add schema argument to AutomapBase.prepare()" 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. |