Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 21)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-12-11 16:25:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5710a1e88bf6/ Changeset: 5710a1e88bf6 Branch: None User: zzzeek Date: 2015-12-11 16:21:46+00:00 Summary: - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods to the :class:`.mutable.MutableDict` class. fixes #3605 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9b7870dd593e/ Changeset: 9b7870dd593e Branch: rel_1_0 User: zzzeek Date: 2015-12-11 16:24:58+00:00 Summary: - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods to the :class:`.mutable.MutableDict` class. fixes #3605 (cherry picked from commit 5710a1e88bf669227959ca950b56d1072520b255) 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-11 21:08:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6b87e0b301f1/ Changeset: 6b87e0b301f1 Branch: rel_1_0 User: zzzeek Date: 2015-12-11 20:55:17+00:00 Summary: 1.0.10 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d67d04c70ac5/ Changeset: d67d04c70ac5 Branch: None User: zzzeek Date: 2015-12-11 21:05:41+00:00 Summary: 1.0.10 (cherry picked from commit 6b87e0b301f123359f8a32114a3e888d6dd05bfc) 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-15 01:22:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c42725ed54a6/ Changeset: c42725ed54a6 Branch: None User: zzzeek Date: 2015-12-15 01:22:04+00:00 Summary: - add some more oracle skips Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7184e69e2781/ Changeset: 7184e69e2781 Branch: rel_1_0 User: zzzeek Date: 2015-12-15 01:22:21+00:00 Summary: - add some more oracle skips (cherry picked from commit c42725ed54a61d7e5a0931404ee83aa6b94d0aea) 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-15 19:01:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a8ec3491983e/ Changeset: a8ec3491983e Branch: None User: zzzeek Date: 2015-12-15 19:00:50+00:00 Summary: - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where the check added for a polymorphic joinedload from a poly_subclass->class->poly_baseclass connection would fail for the scenario of class->poly_subclass->class. fixes #3611 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4765b33f80ad/ Changeset: 4765b33f80ad Branch: rel_1_0 User: zzzeek Date: 2015-12-15 19:01:34+00:00 Summary: - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where the check added for a polymorphic joinedload from a poly_subclass->class->poly_baseclass connection would fail for the scenario of class->poly_subclass->class. fixes #3611 (cherry picked from commit a8ec3491983ed5e68452514b4d52a4347377809f) 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-15 23:32:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9f6f34bc8f04/ Changeset: 9f6f34bc8f04 Branch: rel_1_0 User: zzzeek Date: 2015-12-15 23:30:54+00:00 Summary: - hyperlink default-related parameters Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8a24da6c10e3/ Changeset: 8a24da6c10e3 Branch: None User: zzzeek Date: 2015-12-15 23:31:56+00:00 Summary: - hyperlink default-related parameters (cherry picked from commit 9f6f34bc8f04e30115e047d78b9db96995bdb898) 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-16 02:44:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a22b2085068f/ Changeset: a22b2085068f Branch: None User: zzzeek Date: 2015-12-16 02:44:00+00:00 Summary: - Fixed bug in baked loader system where the systemwide monkeypatch for setting up baked lazy loaders would interfere with other loader strategies that rely on lazy loading as a fallback, e.g. joined and subquery eager loaders, leading to ``IndexError`` exceptions at mapper configuration time. fixes #3612 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c3876fe755e0/ Changeset: c3876fe755e0 Branch: rel_1_0 User: zzzeek Date: 2015-12-16 02:44:33+00:00 Summary: - Fixed bug in baked loader system where the systemwide monkeypatch for setting up baked lazy loaders would interfere with other loader strategies that rely on lazy loading as a fallback, e.g. joined and subquery eager loaders, leading to ``IndexError`` exceptions at mapper configuration time. fixes #3612 (cherry picked from commit a22b2085068f860d05dbb98631d2ac2079a12b39) 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-12-16 03:09:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/03ee22f342bb/ Changeset: 03ee22f342bb Branch: None User: zzzeek Date: 2015-12-16 03:08:47+00:00 Summary: - remove errant pdb, references #3612 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a51a7d7ca5fb/ Changeset: a51a7d7ca5fb Branch: rel_1_0 User: zzzeek Date: 2015-12-16 03:09:14+00:00 Summary: - remove errant pdb, references #3612 (cherry picked from commit 03ee22f342bbef9b15bfc989edda6a4ac3910508) 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-17 15:03:01
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/30be49c157e6/ Changeset: 30be49c157e6 Branch: None User: jeffwidman Date: 2015-12-17 13:54:50+00:00 Summary: Make docs listing of param order for event.listen match the code Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/33536bf06e7b/ Changeset: 33536bf06e7b Branch: rel_1_0 User: jeffwidman Date: 2015-12-17 15:02:42+00:00 Summary: Make docs listing of param order for event.listen match the code (cherry picked from commit 30be49c157e6ebe47c32abb98a570a013418b1e6) 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-17 16:25:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/913858c949ae/ Changeset: 913858c949ae Branch: None User: zzzeek Date: 2015-12-17 16:24:35+00:00 Summary: - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, where the "default" argument was not included. fixes #3605 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f1fcc92e36a1/ Changeset: f1fcc92e36a1 Branch: rel_1_0 User: zzzeek Date: 2015-12-17 16:25:05+00:00 Summary: - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, where the "default" argument was not included. fixes #3605 (cherry picked from commit 913858c949ae9ca6250217d82d72c7d79e9f6585) 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-17 16:47:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5e5b8a96a797/ Changeset: 5e5b8a96a797 Branch: None User: zzzeek Date: 2015-12-17 16:47:14+00:00 Summary: - just use *arg straight without "key" for pop Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c6c035b29899/ Changeset: c6c035b29899 Branch: rel_1_0 User: zzzeek Date: 2015-12-17 16:47:32+00:00 Summary: - just use *arg straight without "key" for pop (cherry picked from commit 5e5b8a96a7978f5a73a4bd248767122efc5ea265) 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-22 02:43:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4b708c48398f/ Changeset: 4b708c48398f Branch: None User: zzzeek Date: 2015-12-22 02:42:45+00:00 Summary: - add the test from ref #3614 as well for testing ref #3611 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2bf15f442301/ Changeset: 2bf15f442301 Branch: rel_1_0 User: zzzeek Date: 2015-12-22 02:43:13+00:00 Summary: - add the test from ref #3614 as well for testing ref #3611 (cherry picked from commit 4b708c48398f6451b6ab0a940a1f247ebcfe26ac) 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-22 16:20:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0c8242b26e6c/ Changeset: 0c8242b26e6c Branch: None User: zzzeek Date: 2015-12-22 16:19:44+00:00 Summary: - varchar requires a length Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/10735365a82f/ Changeset: 10735365a82f Branch: rel_1_0 User: zzzeek Date: 2015-12-22 16:20:01+00:00 Summary: - varchar requires a length (cherry picked from commit 0c8242b26e6c7c2d373ae11ad5a3f97d75e6299c) 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-22 17:05:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8c54b14b5c0f/ Changeset: 8c54b14b5c0f Branch: None User: zzzeek Date: 2015-12-22 17:04:45+00:00 Summary: - An adjustment to the regular expression used to parse MySQL views, such that we no longer assume the "ALGORITHM" keyword is present in the reflected view source, as some users have reported this not being present in some Amazon RDS environments. fixes #3613 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/40cc8f44676d/ Changeset: 40cc8f44676d Branch: rel_1_0 User: zzzeek Date: 2015-12-22 17:05:12+00:00 Summary: - An adjustment to the regular expression used to parse MySQL views, such that we no longer assume the "ALGORITHM" keyword is present in the reflected view source, as some users have reported this not being present in some Amazon RDS environments. fixes #3613 (cherry picked from commit 8c54b14b5c0feee41bd9b9032f6b17b2dbd560a9) 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-23 01:51:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3b517241ba9e/ Changeset: 3b517241ba9e Branch: rel_1_0 User: zzzeek Date: 2015-12-23 01:40:53+00:00 Summary: 1.0.11 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/93b48e6aba6b/ Changeset: 93b48e6aba6b Branch: None User: zzzeek Date: 2015-12-23 01:50:38+00:00 Summary: - release date for 1.0.11 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-01-04 03:16:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f6e62f9dbd9/ Changeset: 3f6e62f9dbd9 Branch: None User: zzzeek Date: 2016-01-04 02:46:36+00:00 Summary: - adjust the Indexable tests to now be based on Array since we localized that logic inside of arrays Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/729519a9bd89/ Changeset: 729519a9bd89 Branch: ticket_3619 User: zzzeek Date: 2016-01-04 03:12:07+00:00 Summary: - add a layer of dispatch to "custom_op" so that we can again have custom ops that also have per-dialect compilations styles. re-establish specific getitem variants for hstore, json, astext, jsonpath, etc. so that we can remove the isinstance() checks and re-simplify. there's again a json-specific getitem operator using the new custom_op variety, though if we move this to the base types we might be able to move back to not having special visits for custom_op and just having a new json_getitem operator. 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-01-05 22:41:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e9b4aa6c0767/ Changeset: e9b4aa6c0767 Branch: None User: zzzeek Date: 2016-01-05 21:42:42+00:00 Summary: Merge branch 'master' into ticket_3619 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/180e2f6c066c/ Changeset: 180e2f6c066c Branch: ticket_3619 User: zzzeek Date: 2016-01-05 22:40:59+00:00 Summary: - additional doc fixes 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-01-06 22:28:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c8b7729338ba/ Changeset: c8b7729338ba Branch: None User: zzzeek Date: 2016-01-06 22:20:57+00:00 Summary: - Added a new entrypoint system to the engine to allow "plugins" to be stated in the query string for a URL. Custom plugins can be written which will be given the chance up front to alter and/or consume the engine's URL and keyword arguments, and then at engine create time will be given the engine itself to allow additional modifications or event registration. Plugins are written as a subclass of :class:`.CreateEnginePlugin`; see that class for details. fixes #3536 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5c8bdcab90cf/ Changeset: 5c8bdcab90cf Branch: None User: zzzeek Date: 2016-01-06 22:27:30+00:00 Summary: - add limiting criteria to the JSON tests so that we don't attempt integer indexed access from a key/value object nor string access from an integer-indexed array, as earlier Postgresql versions (prior to 9.4) don't allow this 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-01-08 23:05:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/777e25694f15/ Changeset: 777e25694f15 Branch: None User: zzzeek Date: 2016-01-08 21:27:37+00:00 Summary: - fix docstrings Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b243f5b340b9/ Changeset: b243f5b340b9 Branch: ticket_2685 User: zzzeek Date: 2016-01-08 23:05:12+00:00 Summary: - wip for #2685 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-01-09 15:11:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7ae0daf0ed2/ Changeset: c7ae0daf0ed2 Branch: None User: zzzeek Date: 2016-01-09 15:10:20+00:00 Summary: - Fixed regression since 0.9 where the 0.9 style loader options system failed to accommodate for multiple :func:`.undefer_group` loader options in a single query. Multiple :func:`.undefer_group` options will now be taken into account even against the same entity. fixes #3623 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/61d2ceb681cd/ Changeset: 61d2ceb681cd Branch: rel_1_0 User: zzzeek Date: 2016-01-09 15:10:51+00:00 Summary: - Fixed regression since 0.9 where the 0.9 style loader options system failed to accommodate for multiple :func:`.undefer_group` loader options in a single query. Multiple :func:`.undefer_group` options will now be taken into account even against the same entity. fixes #3623 (cherry picked from commit c7ae0daf0ed24e2697d6f948db2d9fdc5953c795) 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-01-12 20:31:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/89d51ddd0aef/ Changeset: 89d51ddd0aef Branch: None User: zzzeek Date: 2016-01-12 20:28:42+00:00 Summary: - reorganize the initialization of ResultMetaData for readability and complexity; use the name "cursor_description", define the task of "merging" cursor_description with compiled column information as its own function, and also define "name extraction" as a separate task. - fully change the name we use in the "ambiguous column" error to be the actual name that was ambiguous, modify the C ext also Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0b6e9c971da8/ Changeset: 0b6e9c971da8 Branch: ticket_3501 User: zzzeek Date: 2016-01-12 20:31:11+00:00 Summary: - adjust callcounts. we've only gained a tiny bit in the "raw execute" use case. 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-01-14 22:50:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0ff3f95d5b41/ Changeset: 0ff3f95d5b41 Branch: None User: zzzeek Date: 2016-01-14 22:50:03+00:00 Summary: - there was a DATEPART test after all, fix format Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a36ace7ae36c/ Changeset: a36ace7ae36c Branch: rel_1_0 User: zzzeek Date: 2016-01-14 22:50:23+00:00 Summary: - there was a DATEPART test after all, fix format (cherry picked from commit 0ff3f95d5b41335c977e1bdbe88b7dfd4ae581e1) 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-01-14 23:20:50
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7bb578b1bd61/ Changeset: 7bb578b1bd61 Branch: None User: zzzeek Date: 2016-01-14 23:20:00+00:00 Summary: - illustrate these using the newer exception doctest format. unfortunately we can't show the SQL unless we filtered it out from doctest...not worth it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/29835df410ee/ Changeset: 29835df410ee Branch: rel_1_0 User: zzzeek Date: 2016-01-14 23:20:34+00:00 Summary: - illustrate these using the newer exception doctest format. unfortunately we can't show the SQL unless we filtered it out from doctest...not worth it (cherry picked from commit 7bb578b1bd61ec9a2506d1bdb60bb28579204808) 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-01-18 22:36:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d4d9a6524886/ Changeset: d4d9a6524886 Branch: None User: zzzeek Date: 2016-01-18 22:35:44+00:00 Summary: - Fixed bug where some exception re-raise scenarios would attach the exception to itself as the "cause"; while the Python 3 interpreter is OK with this, it could cause endless loops in iPython. fixes #3625 - add tests for reraise, raise_from_cause - raise_from_cause is the same on py2k/3k, use just one function Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/23e60cd8ebc8/ Changeset: 23e60cd8ebc8 Branch: rel_1_0 User: zzzeek Date: 2016-01-18 22:36:27+00:00 Summary: - Fixed bug where some exception re-raise scenarios would attach the exception to itself as the "cause"; while the Python 3 interpreter is OK with this, it could cause endless loops in iPython. fixes #3625 - add tests for reraise, raise_from_cause - raise_from_cause is the same on py2k/3k, use just one function (cherry picked from commit d4d9a6524886eb33644e8ce42212267fa569e555) 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-01-19 22:09:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/39837686b068/ Changeset: 39837686b068 Branch: None User: zzzeek Date: 2016-01-19 21:47:16+00:00 Summary: - calling str() on a core sql construct has been made more "friendly", when the construct contains non-standard sql elements such as returning, array index operations, or dialect-specific or custom datatypes. a string is now returned in these cases rendering an approximation of the construct (typically the postgresql-style version of it) rather than raising an error. fixes #3631 - add within_group to top-level imports - add eq_ignore_whitespace to sqlalchemy.testing imports Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5a279e7ae441/ Changeset: 5a279e7ae441 Branch: None User: zzzeek Date: 2016-01-19 22:08:50+00:00 Summary: - the order in which _generate_backref() for different mappers is called is random; therefore it may be called against the subclass mapper first, so need to check .concrete on both sides, references #3630 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-01-20 14:27:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a2badb751f09/ Changeset: a2badb751f09 Branch: None User: Chase Date: 2016-01-20 06:36:15+00:00 Summary: Fix ArrayOfEnum's handling of empty arrays. Prior to this change a value of `'{}'` would split into the list `['']`. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f039219eedc2/ Changeset: f039219eedc2 Branch: rel_1_0 User: Chase Date: 2016-01-20 14:27:09+00:00 Summary: Fix ArrayOfEnum's handling of empty arrays. Prior to this change a value of `'{}'` would split into the list `['']`. (cherry picked from commit a2badb751f09299c925bd96a9fd2e76acca04269) 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. |