Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 26)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-09-22 15:10:37
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0cc8267286f8/ Changeset: 0cc8267286f8 Branch: None User: zzzeek Date: 2016-09-22 15:08:09+00:00 Summary: - clarify documentation on timezone flag, since Oracle has both DATE / TIMESTAMP separately the timezone flag will not bump the type to TIMESTAMP WITH TIMEZONE on that backend. Change-Id: I185992093472e1620b8cf84872631a4d48f8edc3 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5f203fcd92e0/ Changeset: 5f203fcd92e0 Branch: rel_1_0 User: zzzeek Date: 2016-09-22 15:09:48+00:00 Summary: - clarify documentation on timezone flag, since Oracle has both DATE / TIMESTAMP separately the timezone flag will not bump the type to TIMESTAMP WITH TIMEZONE on that backend. Change-Id: I185992093472e1620b8cf84872631a4d48f8edc3 (cherry picked from commit 0cc8267286f848f3cc3ab46c1e543956866a561e) 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-24 04:51:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e9b2625753fb/ Changeset: e9b2625753fb Branch: None User: zzzeek Date: 2016-09-24 04:49:22+00:00 Summary: - improve documentation for SessionTransaction re: parent and nested attributes and what these mean - improve linking for after_transaction_create() / after_transaction_end() events - add public .parent attribute to detect top-level transaction within these events Change-Id: Ie7382bc8fe5de226160dcb6a5019e19fcc5af38e Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/74633d71b1f7/ Changeset: 74633d71b1f7 Branch: rel_1_0 User: zzzeek Date: 2016-09-24 04:50:22+00:00 Summary: - improve documentation for SessionTransaction re: parent and nested attributes and what these mean - improve linking for after_transaction_create() / after_transaction_end() events - add public .parent attribute to detect top-level transaction within these events Change-Id: Ie7382bc8fe5de226160dcb6a5019e19fcc5af38e (cherry picked from commit e9b2625753fba02358d9cb4ef1d9dd07b8761d21) 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-26 18:17:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7827dfb6726a/ Changeset: 7827dfb6726a Branch: None User: zzzeek Date: 2016-09-21 22:39:31+00:00 Summary: Handle BaseException in all _handle_dbapi_error Tests illustrate that exceptions like GreenletExit and even KeyboardInterrupt can corrupt the state of a DBAPI connection like that of pymysql and mysqlclient. Intercept BaseException errors within the handle_error scheme and invalidate just the connection alone in this case, but not the whole pool. The change is backwards-incompatible with a program that currently intercepts ctrl-C within a database transaction and wants to continue working on that transaction. Ensure the event hook can be used to reverse this behavior. Change-Id: Ifaa013c13826d123eef34e32b7e79fff74f1b21b Fixes: #3803 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f09056323e2c/ Changeset: f09056323e2c Branch: master User: zzzeek Date: 2016-09-26 18:16:32+00:00 Summary: Merge "Handle BaseException in all _handle_dbapi_error" Affected #: 8 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-10-01 13:43:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9bfd0289383b/ Changeset: 9bfd0289383b Branch: None User: zzzeek Date: 2016-10-01 13:42:21+00:00 Summary: - some documentation hits Change-Id: I468fe70168804b08cf0d5e8b57e235bca904b1ff Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e92a05a7cdd3/ Changeset: e92a05a7cdd3 Branch: rel_1_0 User: zzzeek Date: 2016-10-01 13:42:33+00:00 Summary: - some documentation hits Change-Id: I468fe70168804b08cf0d5e8b57e235bca904b1ff (cherry picked from commit 9bfd0289383bfcaf650fe516862df545dcf95c2e) 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-10-04 15:19:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f0ea9e37f94b/ Changeset: f0ea9e37f94b Branch: None User: zzzeek Date: 2016-10-04 15:17:26+00:00 Summary: Use SQL Server SERVERPROPERTY for version info w/ pyodbc Updated the server version info scheme for pyodbc to use SQL Server SERVERPROPERTY(), rather than relying upon pyodbc.SQL_DBMS_VER, which continues to be unreliable particularly with FreeTDS. Change-Id: I4ff49ae13c8ff51bd764980131d41c18d73d87ce Fixes: #3814 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/17f3f4b1e11f/ Changeset: 17f3f4b1e11f Branch: rel_1_0 User: zzzeek Date: 2016-10-04 15:18:33+00:00 Summary: Use SQL Server SERVERPROPERTY for version info w/ pyodbc Updated the server version info scheme for pyodbc to use SQL Server SERVERPROPERTY(), rather than relying upon pyodbc.SQL_DBMS_VER, which continues to be unreliable particularly with FreeTDS. Change-Id: I4ff49ae13c8ff51bd764980131d41c18d73d87ce Fixes: #3814 (cherry picked from commit f0ea9e37f94bd39fa4f0785dbdcd0ee1759c4a11) 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-10-04 15:33:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/562e37ee7eaa/ Changeset: 562e37ee7eaa Branch: None User: zzzeek Date: 2016-10-04 15:32:20+00:00 Summary: Use schema_name() for SQL Server default schema Changed the query used to get "default schema name", from one that queries the database principals table to using the "schema_name()" function, as issues have been reported that the former system was unavailable on the Azure Data Warehouse edition. It is hoped that this will finally work across all SQL Server versions and authentication styles. Change-Id: Ic11bd4162c0d6a60432ae44876e86512703c1f81 Fixes: #3810 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ed7d78a73cde/ Changeset: ed7d78a73cde Branch: rel_1_0 User: zzzeek Date: 2016-10-04 15:33:02+00:00 Summary: Use schema_name() for SQL Server default schema Changed the query used to get "default schema name", from one that queries the database principals table to using the "schema_name()" function, as issues have been reported that the former system was unavailable on the Azure Data Warehouse edition. It is hoped that this will finally work across all SQL Server versions and authentication styles. Change-Id: Ic11bd4162c0d6a60432ae44876e86512703c1f81 Fixes: #3810 (cherry picked from commit 562e37ee7eaab8b19a9f081d4b170b95fce4f619) 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-10-04 16:04:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cbe99b06679e/ Changeset: cbe99b06679e Branch: None User: zzzeek Date: 2016-10-04 16:01:12+00:00 Summary: - add a note to baked documentation indicating it is not really of general use. This extension is there only for those who really want it based on observed performance characteristics. Change-Id: I2f612f26fdef4ddbeb1158ab1b344fad7083b11c Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/975af11bdc42/ Changeset: 975af11bdc42 Branch: rel_1_0 User: zzzeek Date: 2016-10-04 16:02:19+00:00 Summary: - add a note to baked documentation indicating it is not really of general use. This extension is there only for those who really want it based on observed performance characteristics. Change-Id: I2f612f26fdef4ddbeb1158ab1b344fad7083b11c (cherry picked from commit cbe99b06679e2d2da1312f7d69b41f63bda1b41f) 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-10-04 18:42:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c3abfe50645a/ Changeset: c3abfe50645a Branch: None User: zzzeek Date: 2016-10-04 16:07:08+00:00 Summary: Honor additional row coming in with value of None The change in #3431 still checks that the instance() is non-None, deferring to other loading schemes if it is. These columns are dedicated towards the entity however, so if the value is None, we should set it. If it conflicts, we are detecting that in any case. Change-Id: I223768e2898e843f953e910da1f9564b137d95e4 Fixes: #3811 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/aadbb5a1d1e0/ Changeset: aadbb5a1d1e0 Branch: master User: zzzeek Date: 2016-10-04 18:41:43+00:00 Summary: Merge "Honor additional row coming in with value of None" 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-10-04 20:48:02
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/95d4cd304204/ Changeset: 95d4cd304204 Branch: None User: zzzeek Date: 2016-10-04 16:09:29+00:00 Summary: Enhance "raise" strategy to include "raise_on_sql" option The "raise_on_sql" option differentiates from "raise" in that firing a lazy loader is OK as long as it does a simple get from identity map. Whereas "raise" is more useful for the case that objects are to be detached. As part of this, refactors the strategy initiation logic a bit so that a LoaderStrategy itself knows what "key" was used to create it, thus allowing variants of a single strategy based on what the "lazy" argument is. To achieve this we have to also get rid of _get_strategy_by_cls(). Everything here is internal with the one exception of an apparently undocumented, but not underscored, "strategy_class" key on relationship(). Though it's not clear what "strategy_class" accomplishes; at this point the strategy system is extensible using Property.strategy_for(). Fixes: #3812 Change-Id: I812ad878ea5cf764e15f6f71cb39eee78a645d88 Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e5a5a72e175d/ Changeset: e5a5a72e175d Branch: master User: zzzeek Date: 2016-10-04 20:48:08+00:00 Summary: Merge "Enhance "raise" strategy to include "raise_on_sql" option" Affected #: 10 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-10-05 20:44:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/df4639ab7172/ Changeset: df4639ab7172 Branch: None User: Randy Barlow Date: 2016-10-05 19:07:57+00:00 Summary: Minor grammatical improvements in doc/build/intro.rst. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5e8b12e07b0f/ Changeset: 5e8b12e07b0f Branch: rel_1_0 User: Randy Barlow Date: 2016-10-05 20:43:46+00:00 Summary: Minor grammatical improvements in doc/build/intro.rst. (cherry picked from commit df4639ab717273490b17085d5cdb240eef3cf0c0) 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-10-05 20:52:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/71030d67bd7c/ Changeset: 71030d67bd7c Branch: None User: zzzeek Date: 2016-10-05 20:47:31+00:00 Summary: Propagate execution_options at compile stage Compiler can now set up execution options and additionally will propagate autocommit from embedded CTEs. Change-Id: I19db7b8fe4d84549ea95342e8d2040189fed1bbe Fixes: #3805 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fe9282034794/ Changeset: fe9282034794 Branch: master User: zzzeek Date: 2016-10-05 20:52:15+00:00 Summary: Merge "Propagate execution_options at compile stage" 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-10-07 13:20:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ae9300cac0ec/ Changeset: ae9300cac0ec Branch: None User: zzzeek Date: 2016-10-07 13:17:46+00:00 Summary: Catch DBAPIError instead of ProgrammingError for pyodbc fail Change-Id: Ide9e916d02fbbef549aa2838d1402c2b091e701d Fixes: #3820 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/804ff38b37ec/ Changeset: 804ff38b37ec Branch: rel_1_0 User: zzzeek Date: 2016-10-07 13:18:17+00:00 Summary: Catch DBAPIError instead of ProgrammingError for pyodbc fail This is part of release 1.1.1 but the broken version was unreleased in 1.0.16. Change-Id: Ide9e916d02fbbef549aa2838d1402c2b091e701d Fixes: #3820 (cherry picked from commit ae9300cac0ec398f92d9e523273403126a709134) 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-10-13 17:05:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/055b207a9f80/ Changeset: 055b207a9f80 Branch: None User: Randy Barlow Date: 2016-10-13 17:02:26+00:00 Summary: Fix a minor grammatical error in the ORM tutorial. Change-Id: I50daaee2645dd8aa2ee7217f4065589492ed0b7d Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4a8522c70667/ Changeset: 4a8522c70667 Branch: rel_1_0 User: Randy Barlow Date: 2016-10-13 17:04:41+00:00 Summary: Fix a minor grammatical error in the ORM tutorial. Change-Id: I50daaee2645dd8aa2ee7217f4065589492ed0b7d (cherry picked from commit 055b207a9f80e1899a30cce8d11e79eb1136612a) 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-10-17 16:49:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f917b353e88a/ Changeset: f917b353e88a Branch: None User: zzzeek Date: 2016-10-17 16:14:41+00:00 Summary: Add a qualifying character to multi INSERT..VALUES parameter names Changed the naming convention used when generating bound parameters for a multi-VALUES insert statement, so that the numbered parameter names don't conflict with the anonymized parameters of a WHERE clause, as is now common in a PostgreSQL ON CONFLICT construct. Change-Id: I3188d100fe4d322a47d344d6a63d3e40b915f228 Fixes: #3828 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7d8a6b2614da/ Changeset: 7d8a6b2614da Branch: None User: zzzeek Date: 2016-10-17 16:49:12+00:00 Summary: Merge "Add a qualifying character to multi INSERT..VALUES parameter names" 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-10-20 20:36:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c97b1b822825/ Changeset: c97b1b822825 Branch: None User: zzzeek Date: 2016-10-20 19:59:46+00:00 Summary: Convert expression type for concat + Enum Fixed bug involving new value translation and validation feature in :class:`.Enum` whereby using the enum object in a string concatenation would maintain the :class:`.Enum` type as the type of the expression overall, producing missing lookups. A string concatenation against an :class:`.Enum`-typed column now uses :class:`.String` as the datatype of the expression itself. Change-Id: Id402054e3ef008e0250c740dbb7e1c80f339fe78 Fixes: #3833 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/78f2864b90c9/ Changeset: 78f2864b90c9 Branch: master User: zzzeek Date: 2016-10-20 20:37:00+00:00 Summary: Merge "Convert expression type for concat + Enum" 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-10-27 14:43:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9974ab67f508/ Changeset: 9974ab67f508 Branch: None User: Randy Barlow Date: 2016-10-23 14:34:25+00:00 Summary: Minor fixes in the ext.hybrid documentation. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/611f9e1b42ed/ Changeset: 611f9e1b42ed Branch: rel_1_0 User: Randy Barlow Date: 2016-10-27 14:42:09+00:00 Summary: Minor fixes in the ext.hybrid documentation. (cherry picked from commit 9974ab67f508a16423e8bc22122180b0bcdee807) 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-10-27 14:44:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e56a9d85acd1/ Changeset: e56a9d85acd1 Branch: None User: zzzeek Date: 2016-10-27 13:51:50+00:00 Summary: Restore object to the identity_map upon delete() unconditionally Fixed regression caused by :ticket:`2677` whereby calling :meth:`.Session.delete` on an object that was already flushed as deleted in that session would fail to set up the object in the identity map (or reject the object), causing flush errors as the object were in a state not accommodated by the unit of work. The pre-1.1 behavior in this case has been restored, which is that the object is put back into the identity map so that the DELETE statement will be attempted again, which emits a warning that the number of expected rows was not matched (unless the row were restored outside of the session). Change-Id: I9a8871f82cb1ebe67a7ad54d888d5ee835a9a40a Fixes: #3839 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3f1fe4e33c32/ Changeset: 3f1fe4e33c32 Branch: master User: zzzeek Date: 2016-10-27 14:46:15+00:00 Summary: Merge "Restore object to the identity_map upon delete() unconditionally" 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-11-10 16:48:01
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6a688b736429/ Changeset: 6a688b736429 Branch: master User: zzzeek Date: 2016-11-10 16:08:52+00:00 Summary: Ensure attribute keys used for bulk update pk set Fixed bug in :meth:`.Session.bulk_update_mappings` where an alternate-named primary key attribute would not track properly into the UPDATE statement. Change-Id: I33e9140f45827772768fa548adcfeb4dbfc2208d Fixes: #3849 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d31fddce8316/ Changeset: d31fddce8316 Branch: rel_1_0 User: zzzeek Date: 2016-11-10 16:10:38+00:00 Summary: Ensure attribute keys used for bulk update pk set Fixed bug in :meth:`.Session.bulk_update_mappings` where an alternate-named primary key attribute would not track properly into the UPDATE statement. Change-Id: I33e9140f45827772768fa548adcfeb4dbfc2208d Fixes: #3849 (cherry picked from commit 6a688b736429e27a892bc02111414491fe4103b0) 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-11-10 20:31:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ea934b95396d/ Changeset: ea934b95396d Branch: None User: Benjamin Dopplinger Date: 2016-11-10 16:19:09+00:00 Summary: Remove non-working Connection.default_schema_name() method The method `engine.base.Connection.default_schema_name` is broken since 4b532e2 (this was when `engine.dialect.get_default_schema_name` was replaced with `engine.dialect.default_schema_name`). The method is unused and also is not functional for end-user use, so remove it for now. Change-Id: I6ffbd9ce1b9b54ff6df63ed45d7d33591f183933 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/321 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/33e277e856fe/ Changeset: 33e277e856fe Branch: master User: zzzeek Date: 2016-11-10 20:30:04+00:00 Summary: Merge "Remove non-working Connection.default_schema_name() method" 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-11-10 22:23:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c9d8a67b52d1/ Changeset: c9d8a67b52d1 Branch: None User: zzzeek Date: 2016-11-10 21:30:11+00:00 Summary: Consider version_id_prop when emitting bulk UPDATE The version id needs to be part of _changed_dict() so that the value is present to send to _emit_update_statements() Change-Id: Ia85f0ef7714296a75cdc6c88674805afbbe752c8 Fixes: #3781 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/03429812125c/ Changeset: 03429812125c Branch: master User: zzzeek Date: 2016-11-10 22:22:41+00:00 Summary: Merge "Consider version_id_prop when emitting bulk UPDATE" 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-11-14 21:27:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5def69c0cdc5/ Changeset: 5def69c0cdc5 Branch: None User: zzzeek Date: 2016-11-14 21:26:50+00:00 Summary: - experiment with union merge for changelog Change-Id: Ieed0199c58d7eacdb26db6e1754c1ef3ee5c8c7d Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9e71b260a527/ Changeset: 9e71b260a527 Branch: rel_1_0 User: zzzeek Date: 2016-11-14 21:27:11+00:00 Summary: - experiment with union merge for changelog Change-Id: Ieed0199c58d7eacdb26db6e1754c1ef3ee5c8c7d (cherry picked from commit 5def69c0cdc5025b1194e8339446b6e5e528df1e) 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-11-15 01:48:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3e063525f372/ Changeset: 3e063525f372 Branch: None User: zzzeek Date: 2016-11-14 21:25:47+00:00 Summary: Add missing items to collection.__getstate__ the refactor in b606e47ddc54 / ticket:3457 failed to adjust __getstate__ / __setstate__. need to memoize a few more things including the class itself so that we can navigate back to "attr". Change-Id: I4ece2a616cb8b9dac7b50763ca59e47d0f26cfdf Fixes: #3852 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/30abab55726b/ Changeset: 30abab55726b Branch: master User: zzzeek Date: 2016-11-15 01:47:42+00:00 Summary: Merge "Add missing items to collection.__getstate__" 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-12-22 19:05:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8f191ec3b87c/ Changeset: 8f191ec3b87c Branch: None User: fjcapdevila Date: 2016-12-22 18:08:23+00:00 Summary: Typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/83073a20cb6a/ Changeset: 83073a20cb6a Branch: rel_1_0 User: fjcapdevila Date: 2016-12-22 19:01:49+00:00 Summary: Typo (cherry picked from commit 8f191ec3b87ccf9038d532ea672bdd5978793891) 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-12-28 21:50:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/04d799863f71/ Changeset: 04d799863f71 Branch: None User: zzzeek Date: 2016-12-28 21:14:31+00:00 Summary: Correct any_, all_ spelling - Fixed 1.1 regression where "import *" would not work for sqlalchemy.sql.expression, due to mis-spelled "any_" and "all_" functions. Change-Id: I25d1cd34c9239dbdcdb1889c5cda2474557e1418 Fixes: #3878 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a030bc9f171f/ Changeset: a030bc9f171f Branch: master User: zzzeek Date: 2016-12-28 21:50:09+00:00 Summary: Merge "Correct any_, all_ spelling" 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...> - 2017-01-05 15:05:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2b4d028a6927/ Changeset: 2b4d028a6927 Branch: None User: zzzeek Date: 2017-01-05 15:03:55+00:00 Summary: - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 Change-Id: I9836b842be01ef24138071fa022d80f5f77be14f Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c113b0e98b37/ Changeset: c113b0e98b37 Branch: rel_1_0 User: zzzeek Date: 2017-01-05 15:04:29+00:00 Summary: - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 Change-Id: I9836b842be01ef24138071fa022d80f5f77be14f (cherry picked from commit 2b4d028a69270c1c7918281a60280dd0b65963a2) 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. |