sqlalchemy-commits Mailing List for SQLAlchemy (Page 26)
Brought to you by:
zzzeek
You can subscribe to this list here.
2006 |
Jan
|
Feb
(74) |
Mar
(167) |
Apr
(127) |
May
(190) |
Jun
(119) |
Jul
(77) |
Aug
(82) |
Sep
(84) |
Oct
(153) |
Nov
(45) |
Dec
(54) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(109) |
Feb
(80) |
Mar
(110) |
Apr
(106) |
May
(92) |
Jun
(147) |
Jul
(288) |
Aug
(307) |
Sep
(108) |
Oct
(156) |
Nov
(147) |
Dec
(134) |
2008 |
Jan
(126) |
Feb
(91) |
Mar
(184) |
Apr
(208) |
May
(212) |
Jun
(54) |
Jul
(106) |
Aug
(80) |
Sep
(58) |
Oct
(80) |
Nov
(119) |
Dec
(220) |
2009 |
Jan
(202) |
Feb
(50) |
Mar
(70) |
Apr
(46) |
May
(80) |
Jun
(61) |
Jul
(146) |
Aug
(81) |
Sep
(71) |
Oct
(74) |
Nov
(66) |
Dec
(82) |
2010 |
Jan
(112) |
Feb
(169) |
Mar
(235) |
Apr
(77) |
May
(22) |
Jun
(31) |
Jul
(46) |
Aug
(46) |
Sep
(70) |
Oct
(36) |
Nov
(37) |
Dec
(79) |
2011 |
Jan
(46) |
Feb
(54) |
Mar
(65) |
Apr
(73) |
May
(31) |
Jun
(46) |
Jul
(40) |
Aug
(36) |
Sep
(44) |
Oct
(33) |
Nov
(19) |
Dec
(10) |
2012 |
Jan
(60) |
Feb
(37) |
Mar
(35) |
Apr
(28) |
May
(27) |
Jun
(50) |
Jul
(33) |
Aug
(88) |
Sep
(64) |
Oct
(74) |
Nov
(62) |
Dec
(41) |
2013 |
Jan
(30) |
Feb
(37) |
Mar
(39) |
Apr
(52) |
May
(40) |
Jun
(85) |
Jul
(74) |
Aug
(76) |
Sep
(26) |
Oct
(76) |
Nov
(63) |
Dec
(65) |
2014 |
Jan
(68) |
Feb
(82) |
Mar
(87) |
Apr
(24) |
May
(66) |
Jun
(34) |
Jul
(86) |
Aug
(75) |
Sep
(70) |
Oct
(41) |
Nov
(23) |
Dec
(53) |
2015 |
Jan
(40) |
Feb
(39) |
Mar
(69) |
Apr
(64) |
May
(40) |
Jun
(43) |
Jul
(20) |
Aug
(48) |
Sep
(38) |
Oct
(28) |
Nov
(34) |
Dec
(44) |
2016 |
Jan
(82) |
Feb
(49) |
Mar
(25) |
Apr
(21) |
May
(19) |
Jun
(46) |
Jul
(38) |
Aug
(21) |
Sep
(33) |
Oct
(44) |
Nov
(26) |
Dec
(10) |
2017 |
Jan
(52) |
Feb
(18) |
Mar
(61) |
Apr
(43) |
May
(57) |
Jun
(36) |
Jul
(37) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bitbucket <com...@bi...> - 2016-02-08 19:17:51
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7e619d0be41a/ Changeset: 7e619d0be41a Branch: None User: zzzeek Date: 2016-02-08 18:13:39+00:00 Summary: - adjust to allow dblink tests to work with multiprocess users. unfortunately the synonym doesn't work for SQL statements here when the dblink is on a different user, testing this is not really critical so just removed it. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/80853059a9f4/ Changeset: 80853059a9f4 Branch: None User: zzzeek Date: 2016-02-08 18:35:36+00:00 Summary: - adjust the MultiSchemaTest to handle multiple test_schemas / processes at the same time Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/308244a90b95/ Changeset: 308244a90b95 Branch: None User: zzzeek Date: 2016-02-08 19:08:03+00:00 Summary: - detect "Enterprise" and assume compression stuff isn't available if not Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/860d07ff89a8/ Changeset: 860d07ff89a8 Branch: master User: zzzeek Date: 2016-02-08 19:16:40+00:00 Summary: - add missing __backend__ directives so that oracle tests actually run with --backend-only 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-02-04 19:00:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fd07c22e6e10/ Changeset: fd07c22e6e10 Branch: None User: zzzeek Date: 2016-02-04 18:36:45+00:00 Summary: - add an impl for Enum to Oracle which has subclassing requirements on unicode. Enum would be better as a TypeDecorator at this point but then that becomes awkward with native enum types (Interval works that way, but we don't need the bind_processor for native interval...) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c70d7226ee1c/ Changeset: c70d7226ee1c Branch: None User: zzzeek Date: 2016-02-04 18:59:32+00:00 Summary: - add a session killer for oracle provisioning 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-02-04 01:38:16
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/93c5328e66d8/ Changeset: 93c5328e66d8 Branch: master User: zzzeek Date: 2016-02-04 01:37:42+00:00 Summary: - more oracle fixes 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-02-04 00:34:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c1316a299257/ Changeset: c1316a299257 Branch: None User: zzzeek Date: 2016-02-04 00:34:29+00:00 Summary: - oracle requires GLOBAL here 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-02-03 23:27:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c01d11907cbc/ Changeset: c01d11907cbc Branch: None User: zzzeek Date: 2016-02-03 23:26:00+00:00 Summary: - add multi-database provisioning for oracle 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-02-03 17:20:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d464933fd56f/ Changeset: d464933fd56f Branch: None User: joshfriend Date: 2016-02-03 16:49:18+00:00 Summary: Fix typo in relationship persistance docs 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-02-03 16:12:03
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c9b03fa8afd5/ Changeset: c9b03fa8afd5 Branch: None User: timttate Date: 2016-02-02 23:40:07+00:00 Summary: fix passing literal_binds flag through for update and insert Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/150591f9e0a9/ Changeset: 150591f9e0a9 Branch: None User: zzzeek Date: 2016-02-03 16:07:44+00:00 Summary: - add literal_binds for delete() statements in addition to insert()/update() - move tests to CRUDTest - changelog, fixes #3643 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f87fe4c35131/ Changeset: f87fe4c35131 Branch: None User: timttate Date: 2016-02-03 16:10:38+00:00 Summary: fix passing literal_binds flag through for update and insert (cherry picked from commit c9b03fa8afd52646aba8c59fc038330eeee6db60) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e2404a4e3fbe/ Changeset: e2404a4e3fbe Branch: rel_1_0 User: zzzeek Date: 2016-02-03 16:10:40+00:00 Summary: - add literal_binds for delete() statements in addition to insert()/update() - move tests to CRUDTest - changelog, fixes #3643 (cherry picked from commit 150591f9e0a94902cb2a76b68ac7c9d8a1a3ec83) 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-02-02 22:31:35
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/edc0b8678bc0/ Changeset: edc0b8678bc0 Branch: None User: carlrivers Date: 2016-01-23 09:23:46+00:00 Summary: Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with AttributeError in object OracleCompiler_zxjdbc Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/28365040ace2/ Changeset: 28365040ace2 Branch: None User: carlrivers Date: 2016-01-23 20:19:28+00:00 Summary: Merged in carlrivers/removed-entry-that-causes-attributeerror-1453541002643 (pull request #1) Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with AttributeError in object OracleCompiler_zxjdbc Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c6d630ca8192/ Changeset: c6d630ca8192 Branch: None User: carlrivers Date: 2016-01-26 21:45:31+00:00 Summary: Merged zzzeek/sqlalchemy into master Affected #: 115 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6d58934791ea/ Changeset: 6d58934791ea Branch: None User: zzzeek Date: 2016-02-02 22:27:09+00:00 Summary: Merge branch 'master' of https://bitbucket.org/carlrivers/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9149fd062b8b/ Changeset: 9149fd062b8b Branch: None User: zzzeek Date: 2016-02-02 22:29:42+00:00 Summary: - changelog for #3621 fixes #3621 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6d3962371c11/ Changeset: 6d3962371c11 Branch: None User: carlrivers Date: 2016-02-02 22:30:59+00:00 Summary: Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with AttributeError in object OracleCompiler_zxjdbc (cherry picked from commit edc0b8678bc06ae27fa0f7e80c3eb074978fbe10) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/17521452e09d/ Changeset: 17521452e09d Branch: rel_1_0 User: zzzeek Date: 2016-02-02 22:31:03+00:00 Summary: - changelog for #3621 fixes #3621 (cherry picked from commit 9149fd062b8b5f4d84902b4581288ab991fd25ce) 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-02-02 22:00:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ba1bfef0f281/ Changeset: ba1bfef0f281 Branch: None User: zzzeek Date: 2016-02-02 21:59:56+00:00 Summary: - test fixes for metadata.enums value now being a list - modernize those tests as well 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-02-02 20:07:24
|
15 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1e6a4c2ba98d/ Changeset: 1e6a4c2ba98d Branch: None User: agronholm Date: 2016-01-18 23:04:39+00:00 Summary: Added support for native enums Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6efe0b708f7d/ Changeset: 6efe0b708f7d Branch: None User: agronholm Date: 2016-01-18 23:04:39+00:00 Summary: Corrected code and tests as requested Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9577ef037f8d/ Changeset: 9577ef037f8d Branch: None User: agronholm Date: 2016-01-18 23:04:39+00:00 Summary: Removed dependency on the stdlib Enum type Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3ede8a887d6a/ Changeset: 3ede8a887d6a Branch: None User: agronholm Date: 2016-01-19 01:53:32+00:00 Summary: Rely less on the enumerated type implementing PEP 435 correctly Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a1d095cb8eab/ Changeset: a1d095cb8eab Branch: None User: agronholm Date: 2016-01-19 02:00:50+00:00 Summary: Added tests for Enum.python_type Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/456229ff1262/ Changeset: 456229ff1262 Branch: None User: agronholm Date: 2016-01-19 16:56:23+00:00 Summary: Replaced None comparison with a try...except block in Enum.result_processor Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7fca96fe7a9c/ Changeset: 7fca96fe7a9c Branch: None User: agronholm Date: 2016-01-20 00:02:31+00:00 Summary: Backtracked on reraise() for consistency until it's applied universally Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/38a9e57353bc/ Changeset: 38a9e57353bc Branch: None User: agronholm Date: 2016-01-21 02:54:35+00:00 Summary: Fixed enum value check on py2 when bind value is a bytestring Side note: CHECK constraints don't work on MySQL because...drum roll...they're not implemented on any engine, as of MySQL 5.7. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6f7f9afcf5ca/ Changeset: 6f7f9afcf5ca Branch: None User: zzzeek Date: 2016-02-02 16:59:45+00:00 Summary: Merge branch 'master' of https://bitbucket.org/agronholm/sqlalchemy into pr72 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c1ab2440a736/ Changeset: c1ab2440a736 Branch: None User: zzzeek Date: 2016-02-02 17:14:09+00:00 Summary: - D rules seem to have been added overnight to the flake8 plugin I'm using and many of these seem contradictory and/or undesirable. block all until individual rules can be approved. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2291b6d7da28/ Changeset: 2291b6d7da28 Branch: rel_1_0 User: zzzeek Date: 2016-02-02 17:15:30+00:00 Summary: - D rules seem to have been added overnight to the flake8 plugin I'm using and many of these seem contradictory and/or undesirable. block all until individual rules can be approved. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/86660fef7ee1/ Changeset: 86660fef7ee1 Branch: None User: zzzeek Date: 2016-02-02 17:15:35+00:00 Summary: - D rules seem to have been added overnight to the flake8 plugin I'm using and many of these seem contradictory and/or undesirable. block all until individual rules can be approved. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cb97161f1b6e/ Changeset: cb97161f1b6e Branch: None User: zzzeek Date: 2016-02-02 19:19:01+00:00 Summary: - changelog and migration notes for #3095, #3292 - add a new create_constraint flag to Enum to complement that of Boolean - reinstate the CHECK constraint tests for enum, these already fail /skip against the MySQL backend Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5401c4d8514a/ Changeset: 5401c4d8514a Branch: None User: agronholm Date: 2016-02-02 19:21:54+00:00 Summary: - Initial implementation of support for PEP-435 enumerated types within the Enum type. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/df55695f8e99/ Changeset: df55695f8e99 Branch: None User: zzzeek Date: 2016-02-02 20:04:46+00:00 Summary: - add changelog and migration notes for new Enum features, fixes #3095, #3292 - reorganize enum constructor to again work with the MySQL ENUM type - add a new create_constraint flag to Enum to complement that of Boolean - reinstate the CHECK constraint tests for enum, these already fail /skip against the MySQL backend - simplify lookup rules in Enum, have them apply to all varieties of Enum equally 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-02-02 15:41:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e0a580b3d055/ Changeset: e0a580b3d055 Branch: None User: zzzeek Date: 2016-02-02 15:20:54+00:00 Summary: - Fixed issue where inadvertent use of the Python ``__contains__`` override with a column expression (e.g. by using ``'x' in col``) would cause an endless loop in the case of an ARRAY type, as Python defers this to ``__getitem__`` access which never raises for this type. Overall, all use of ``__contains__`` now raises NotImplementedError. fixes #3642 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/69f6a8d714c0/ Changeset: 69f6a8d714c0 Branch: rel_1_0 User: zzzeek Date: 2016-02-02 15:41:01+00:00 Summary: - Fixed issue where inadvertent use of the Python ``__contains__`` override with a column expression (e.g. by using ``'x' in col``) would cause an endless loop in the case of an ARRAY type, as Python defers this to ``__getitem__`` access which never raises for this type. Overall, all use of ``__contains__`` now raises NotImplementedError. fixes #3642 (cherry picked from commit e0a580b3d055a600afae61840058a5a30ef5fe74) 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-01-29 17:21:02
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c8b3d4ed3f26/ Changeset: c8b3d4ed3f26 Branch: None User: zzzeek Date: 2016-01-29 17:19:17+00:00 Summary: - put a retry in for PG database provisioning as it locks on database use Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/786c21b9a41c/ Changeset: 786c21b9a41c Branch: rel_1_0 User: zzzeek Date: 2016-01-29 17:20:43+00:00 Summary: - put a retry in for PG database provisioning as it locks on database use (cherry picked from commit c8b3d4ed3f2638599fc73486cf0f724fa033a638) 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-29 16:45:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c59bf0007f01/ Changeset: c59bf0007f01 Branch: None User: zzzeek Date: 2016-01-29 16:44:58+00:00 Summary: - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is removed; this has emitted a warning for many years and projects should be calling upon ``sqlalchemy.dialects.postgresql``. Engine URLs of the form ``postgres://`` will still continue to function, however. 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-01-29 16:26:29
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/859379e2fcc4/ Changeset: 859379e2fcc4 Branch: None User: zzzeek Date: 2016-01-29 16:20:22+00:00 Summary: - happy new year Affected #: 177 files https://bitbucket.org/zzzeek/sqlalchemy/commits/631afa456fa9/ Changeset: 631afa456fa9 Branch: rel_1_0 User: zzzeek Date: 2016-01-29 16:25:37+00:00 Summary: - happy new year (cherry picked from commit 859379e2fcc4506d036700ba1eca4c0ae526a8ee) Affected #: 172 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-28 23:11:53
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/13dfc532ac02/ Changeset: 13dfc532ac02 Branch: None User: zzzeek Date: 2016-01-28 22:16:55+00:00 Summary: - use schema argument correctly when we are dropping for a schema Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a9d14609ab78/ Changeset: a9d14609ab78 Branch: None User: zzzeek Date: 2016-01-28 22:17:16+00:00 Summary: - use schema argument correctly when we are dropping for a schema (cherry picked from commit 13dfc532ac02657d75da40cc52d97b3b50a6bcfe) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/14b1e6fe8e18/ Changeset: 14b1e6fe8e18 Branch: None User: zzzeek Date: 2016-01-28 23:10:42+00:00 Summary: - use a StaticPool for componentreflectiontest to ensure temp tables are reflectable on the same session they were created Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c5460cf632b9/ Changeset: c5460cf632b9 Branch: rel_1_0 User: zzzeek Date: 2016-01-28 23:11:13+00:00 Summary: - use a StaticPool for componentreflectiontest to ensure temp tables are reflectable on the same session they were created (cherry picked from commit 14b1e6fe8e18d139846c1aba6761d4eea3dc25c3) 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-28 21:24:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8d1579cc3cc1/ Changeset: 8d1579cc3cc1 Branch: master User: zzzeek Date: 2016-01-28 21:23:48+00:00 Summary: - using extras here has the effect of defeating the usedevelop flag since SQLAlchemy gets installed as develop and in the virtualenv 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-28 20:04:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8a1e619fb20d/ Changeset: 8a1e619fb20d Branch: None User: zzzeek Date: 2016-01-28 20:01:31+00:00 Summary: - revert the change first made in a6fe4dc, as we are now generalizing the warning here to all safe_reraise() cases in Python 2. - Revisiting :ticket:`2696`, first released in 1.0.10, which attempts to work around Python 2's lack of exception context reporting by emitting a warning for an exception that was interrupted by a second exception when attempting to roll back the already-failed transaction; this issue continues to occur for MySQL backends in conjunction with a savepoint that gets unexpectedly lost, which then causes a "no such savepoint" error when the rollback is attempted, obscuring what the original condition was. The approach has been generalized to the Core "safe reraise" function which takes place across the ORM and Core in any place that a transaction is being rolled back in response to an error which occurred trying to commit, including the context managers provided by :class:`.Session` and :class:`.Connection`, and taking place for operations such as a failure on "RELEASE SAVEPOINT". Previously, the fix was only in place for a specific path within the ORM flush/commit process; it now takes place for all transational context managers as well. fixes #2696 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7a7483c0cf2f/ Changeset: 7a7483c0cf2f Branch: rel_1_0 User: zzzeek Date: 2016-01-28 20:02:49+00:00 Summary: - revert the change first made in a6fe4dc, as we are now generalizing the warning here to all safe_reraise() cases in Python 2. - Revisiting :ticket:`2696`, first released in 1.0.10, which attempts to work around Python 2's lack of exception context reporting by emitting a warning for an exception that was interrupted by a second exception when attempting to roll back the already-failed transaction; this issue continues to occur for MySQL backends in conjunction with a savepoint that gets unexpectedly lost, which then causes a "no such savepoint" error when the rollback is attempted, obscuring what the original condition was. The approach has been generalized to the Core "safe reraise" function which takes place across the ORM and Core in any place that a transaction is being rolled back in response to an error which occurred trying to commit, including the context managers provided by :class:`.Session` and :class:`.Connection`, and taking place for operations such as a failure on "RELEASE SAVEPOINT". Previously, the fix was only in place for a specific path within the ORM flush/commit process; it now takes place for all transational context managers as well. fixes #2696 (cherry picked from commit 8a1e619fb20df1be6ad2e0c563e451e17eb17628) Affected #: 7 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-27 22:40:49
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/086ad9ce6413/ Changeset: 086ad9ce6413 Branch: master User: zzzeek Date: 2016-01-27 22:39:48+00:00 Summary: - experimental - try out a very open ended design for the factors, assume many more combinations of factors are possible and basically make them more akin to command options at the tox level. 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-27 19:52:30
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/516a442f233d/ Changeset: 516a442f233d Branch: None User: zzzeek Date: 2016-01-27 19:49:40+00:00 Summary: - reinstate "dont set up integer index in keymap if we're on cexts", and this time also fix the cext itself to properly handle int vs. long on py2k 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-01-27 19:25:13
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/49dfeda6d757/ Changeset: 49dfeda6d757 Branch: None User: zzzeek Date: 2016-01-27 19:23:33+00:00 Summary: - restore the use of PYTHONNOUSERSITE that was removed in df3f125bd84fc7ec5d45592c5774daf3a39d9bc9, this flag is explicitly checked within conftest.py and we need to continue to use it, otherwise a tox build inside of .tox that isn't usedevelop is ignored, including C extensions - rework the whole system of running with coverage, so that with coverage, we *are* using usedevelop, but also make sure we rm the .so files for nocext, make sure we --cov-append, etc. 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-01-27 17:42:26
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8aa95fa2cd0e/ Changeset: 8aa95fa2cd0e Branch: None User: zzzeek Date: 2016-01-27 17:41:01+00:00 Summary: Revert "- dont set up integer index in keymap if we're on cexts" This reverts commit de0d144a395c31eb74084177df95a4858b830f88. Apparently the test suite is not using the cextensions correctly at the moment. 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-27 16:36:21
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/de0d144a395c/ Changeset: de0d144a395c Branch: None User: zzzeek Date: 2016-01-27 16:35:43+00:00 Summary: - dont set up integer index in keymap if we're on cexts 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-27 16:11:03
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/324e532d6081/ Changeset: 324e532d6081 Branch: None User: xghrl Date: 2016-01-27 08:10:06+00:00 Summary: fix %x string format to compatible with Python 3.5 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4b9f6f407cee/ Changeset: 4b9f6f407cee Branch: None User: xghrl Date: 2016-01-27 08:21:59+00:00 Summary: fix %x string format to compatible with Python 3.5 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f5bde23f6896/ Changeset: f5bde23f6896 Branch: None User: xghrl Date: 2016-01-27 16:10:23+00:00 Summary: fix %x string format to compatible with Python 3.5 (cherry picked from commit 324e532d6081d9b9ea90bf3945cecfc792264f8d) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/95d7d2365d7a/ Changeset: 95d7d2365d7a Branch: rel_1_0 User: xghrl Date: 2016-01-27 16:10:23+00:00 Summary: fix %x string format to compatible with Python 3.5 (cherry picked from commit 4b9f6f407ceedde247982501a6ae406242c80b4a) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8d0c8f003bd0/ Changeset: 8d0c8f003bd0 Branch: None User: xghrl Date: 2016-01-27 16:10:37+00:00 Summary: fix %x string format to compatible with Python 3.5 (cherry picked from commit 324e532d6081d9b9ea90bf3945cecfc792264f8d) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d5002e1c579c/ Changeset: d5002e1c579c Branch: rel_0_9 User: xghrl Date: 2016-01-27 16:10:37+00:00 Summary: fix %x string format to compatible with Python 3.5 (cherry picked from commit 4b9f6f407ceedde247982501a6ae406242c80b4a) 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-26 22:29:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5742e321b261/ Changeset: 5742e321b261 Branch: None User: zzzeek Date: 2016-01-26 22:28:40+00:00 Summary: - unfortunately we need to match within join where col.key does not match what's given so we need to use a set() here. contains_column is not within any performance paths Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b11bfd5b0c72/ Changeset: b11bfd5b0c72 Branch: rel_1_0 User: zzzeek Date: 2016-01-26 22:29:09+00:00 Summary: - unfortunately we need to match within join where col.key does not match what's given so we need to use a set() here. contains_column is not within any performance paths (cherry picked from commit 5742e321b261c0c1303835b80418cd3cdc1b5643) 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-26 21:43:23
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7ddf26dd22a/ Changeset: c7ddf26dd22a Branch: rel_1_0 User: zzzeek Date: 2016-01-26 21:43:04+00:00 Summary: - rework ColumnCollection to no longer persist "all_col_set"; we don't need this collection except in the extend/update uses where we create it ad-hoc. simplifies pickling. Compatibility with 1.0 should be OK as ColumnColleciton uses __getstate__ in any case and the __setstate__ contract hasn't changed. - Fixed bug in :class:`.Table` metadata construct which appeared around the 0.9 series where adding columns to a :class:`.Table` that was unpickled would fail to correctly establish the :class:`.Column` within the 'c' collection, leading to issues in areas such as ORM configuration. This could impact use cases such as ``extend_existing`` and others. fixes #3632 (cherry picked from commit 8163de4cc9e01460d3476b9fb3ed14a5b3e70bae) 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. |