sqlalchemy-commits Mailing List for SQLAlchemy (Page 67)
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...> - 2014-05-19 21:52:50
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/474168bd8847/ Changeset: 474168bd8847 Branch: None User: zzzeek Date: 2014-05-19 22:57:14 Summary: - some inlining, speed up identity map Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/72a09d9e5c54/ Changeset: 72a09d9e5c54 Branch: None User: zzzeek Date: 2014-05-19 22:58:22 Summary: remove events nobody uses...? Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fd57a4116301/ Changeset: fd57a4116301 Branch: None User: zzzeek Date: 2014-05-19 23:28:14 Summary: Revert "remove events nobody uses...?" This reverts commit 72a09d9e5c54e3ee8b3561da144d8379ce1df747. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/665eced208b9/ Changeset: 665eced208b9 Branch: perf User: zzzeek Date: 2014-05-19 23:43:54 Summary: inlining 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...> - 2014-05-16 19:34:36
|
13 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/338ca8e48827/ Changeset: 338ca8e48827 Branch: None User: Dobes Vandermeer Date: 2014-04-25 00:20:57 Summary: Proof-of-concept implementation of supporting bindparam for offset and limit on a query. Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/624924d5e757/ Changeset: 624924d5e757 Branch: None User: Dobes Vandermeer Date: 2014-04-25 00:33:53 Summary: Expand test to also test whether offset accepts a bindparam. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e9b398f8a6ec/ Changeset: e9b398f8a6ec Branch: None User: Dobes Vandermeer Date: 2014-04-25 19:22:50 Summary: Extract limit/offset to variables Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4af172b644d9/ Changeset: 4af172b644d9 Branch: None User: Dobes Vandermeer Date: 2014-04-25 19:42:12 Summary: Use _offset_clause and _limit_clause, which are always Visitable and usually a BindParameter, instead of _offset and _limit in GenerativeSelect. Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/262fef0b4ac2/ Changeset: 262fef0b4ac2 Branch: None User: Dobes Vandermeer Date: 2014-04-25 19:45:38 Summary: Remove unused import Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a218eaee2b42/ Changeset: a218eaee2b42 Branch: None User: Dobes Vandermeer Date: 2014-04-25 19:46:30 Summary: Pull out offset/limit to a local variable to reduce the impact of the inefficient select._offset and select._limit operations. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d2643b4e5419/ Changeset: d2643b4e5419 Branch: None User: Dobes Vandermeer Date: 2014-04-25 19:48:11 Summary: Remove unused import Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9f437136a36c/ Changeset: 9f437136a36c Branch: None User: Dobes Vandermeer Date: 2014-04-25 19:48:38 Summary: Remove unused import Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e9ada891d825/ Changeset: e9ada891d825 Branch: None User: Dobes Vandermeer Date: 2014-04-25 19:49:07 Summary: Remove unused import Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0d95386ca3ca/ Changeset: 0d95386ca3ca Branch: None User: Dobes Vandermeer Date: 2014-04-25 19:49:39 Summary: Remove unused import Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9605b051b04a/ Changeset: 9605b051b04a Branch: None User: Dobes Vandermeer Date: 2014-05-09 20:27:30 Summary: Remove unused import Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8414c9f00b9d/ Changeset: 8414c9f00b9d Branch: None User: zzzeek Date: 2014-05-16 20:45:40 Summary: Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/issue_3034 into ticket_3034 Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/81959af6d37b/ Changeset: 81959af6d37b Branch: ticket_3034 User: zzzeek Date: 2014-05-16 21:33:39 Summary: - more tests, including backend tests - implement for SQL server, use window functions when simple limit/offset not available 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...> - 2014-05-16 17:10:49
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/57b6da9d402f/ Changeset: 57b6da9d402f Branch: None User: LevonXXL Date: 2014-05-13 13:48:29 Summary: zero_indexes-param-for-postgresql-ARRAY-type Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/acb13668c298/ Changeset: acb13668c298 Branch: None User: zzzeek Date: 2014-05-16 19:01:19 Summary: Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbucket.org/LevonXXL/sqlalchemy/overview into t Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/460465a8749a/ Changeset: 460465a8749a Branch: None User: zzzeek Date: 2014-05-16 19:09:50 Summary: - changelog for #2785 - refactor tests a bit fixes #2785 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...> - 2014-05-16 17:00:20
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0f925ad430fd/ Changeset: 0f925ad430fd Branch: None User: zzzeek Date: 2014-05-16 18:59:47 Summary: typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/480d395c4479/ Changeset: 480d395c4479 Branch: rel_0_8 User: zzzeek Date: 2014-05-16 19:00:01 Summary: typo 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...> - 2014-05-16 15:55:15
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6212d59bdc0f/ Changeset: 6212d59bdc0f Branch: None User: zzzeek Date: 2014-05-16 17:53:12 Summary: - add lots more to the profiling section - add the query profiling recipe, fix it with a stack as we now nest those calls occasionally - tabs to spaces Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/47e90e266e29/ Changeset: 47e90e266e29 Branch: rel_0_8 User: zzzeek Date: 2014-05-16 17:54:51 Summary: - add lots more to the profiling section - add the query profiling recipe, fix it with a stack as we now nest those calls occasionally - tabs to spaces Conflicts: doc/build/faq.rst 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...> - 2014-05-15 21:12:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fbf6175fc11e/ Changeset: fbf6175fc11e Branch: None User: zzzeek Date: 2014-05-15 23:09:41 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c0c4cf78a9cb/ Changeset: c0c4cf78a9cb Branch: rel_0_8 User: gunnlaugur Date: 2014-05-15 23:11:52 Summary: Add note on PostgreSQL config for test runs Several tests on PostgreSQL depend on English-language text search config being the default in the test DB. This adds a note about that. Conflicts: README.unittests.rst 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...> - 2014-05-15 21:09:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5c1dd2129576/ Changeset: 5c1dd2129576 Branch: None User: gunnlaugur Date: 2014-05-15 23:02:59 Summary: Add note on PostgreSQL config for test runs Several tests on PostgreSQL depend on English-language text search config being the default in the test DB. This adds a note about that. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/35855a47eaa8/ Changeset: 35855a47eaa8 Branch: master User: zzzeek Date: 2014-05-15 23:09:25 Summary: Merged in gunnlaugur/sqlalchemy (pull request #19) Add note on PostgreSQL config for test runs 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...> - 2014-05-14 14:04:15
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/aa12fdb40e66/ Changeset: aa12fdb40e66 Branch: master User: zzzeek Date: 2014-05-14 16:03:24 Summary: - Fixed bug in mutable extension where :class:`.MutableDict` did not report change events for the ``setdefault()`` dictionary operation. fixes #3051 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/795a341e285a/ Changeset: 795a341e285a Branch: rel_0_9 User: zzzeek Date: 2014-05-14 16:03:40 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cf1ba8e10166/ Changeset: cf1ba8e10166 Branch: rel_0_8 User: zzzeek Date: 2014-05-14 16:03:51 Summary: - Fixed bug in mutable extension where :class:`.MutableDict` did not report change events for the ``setdefault()`` dictionary operation. fixes #3051 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...> - 2014-05-12 21:19:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/92ab5a8f5ba9/ Changeset: 92ab5a8f5ba9 Branch: master User: zzzeek Date: 2014-05-12 23:18:56 Summary: Merge branch 'master' of bitbucket.org:zzzeek/sqlalchemy Affected #: 0 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...> - 2014-05-12 21:18:57
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/045861dbe204/ Changeset: 045861dbe204 Branch: None User: mineo Date: 2014-05-12 23:17:29 Summary: Posgtresql -> PostgreSQL Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/976b4c97df67/ Changeset: 976b4c97df67 Branch: None User: zzzeek Date: 2014-05-12 23:17:41 Summary: - add a new FAQ section "performance", put the profiling article there, move the insert rows article there as well Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3e770f636338/ Changeset: 3e770f636338 Branch: rel_0_9 User: zzzeek Date: 2014-05-12 23:18:12 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/64fbbde94018/ Changeset: 64fbbde94018 Branch: rel_0_8 User: zzzeek Date: 2014-05-12 23:18:36 Summary: - add a new FAQ section "performance", put the profiling article there, move the insert rows article there as well 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...> - 2014-05-12 15:53:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/39b2bd068043/ Changeset: 39b2bd068043 Branch: rel_0_8 User: mineo Date: 2014-05-12 17:53:13 Summary: Posgtresql -> PostgreSQL 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...> - 2014-05-12 15:52:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c17ec9ee5376/ Changeset: c17ec9ee5376 Branch: None User: mineo Date: 2014-05-04 21:34:37 Summary: Posgtresql -> PostgreSQL Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c7857ec07914/ Changeset: c7857ec07914 Branch: master User: zzzeek Date: 2014-05-12 17:52:26 Summary: Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull request #17) Posgtresql -> PostgreSQL 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...> - 2014-05-12 15:42:02
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/46763173fcda/ Changeset: 46763173fcda Branch: None User: zzzeek Date: 2014-05-12 17:39:49 Summary: changelog for pullreq bitbucket:15 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/41a334b3d8fa/ Changeset: 41a334b3d8fa Branch: None User: WSMcG Date: 2014-05-12 17:40:23 Summary: Added optional '=' to MySQL KEY_BLOCK_SIZE regex Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7d15b4fb38a4/ Changeset: 7d15b4fb38a4 Branch: rel_0_8 User: zzzeek Date: 2014-05-12 17:40:29 Summary: changelog for pullreq bitbucket:15 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...> - 2014-05-12 15:38:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c5a95ea8e37b/ Changeset: c5a95ea8e37b Branch: None User: WSMcG Date: 2014-04-19 18:16:46 Summary: Added optional '=' to MySQL KEY_BLOCK_SIZE regex Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0a08177b5993/ Changeset: 0a08177b5993 Branch: master User: zzzeek Date: 2014-05-12 17:38:24 Summary: Merged in WSMcG/sqlalchemy (pull request #15) Added optional '=' to MySQL KEY_BLOCK_SIZE regex 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...> - 2014-05-11 17:09:24
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3b936983deaf/ Changeset: 3b936983deaf Branch: rel_0_8 User: matthias_urlichs Date: 2014-05-11 19:08:51 Summary: Documentation fix-up: "its" vs. "it's" Removed ungrammatical apostrophes from documentation, replacing "it's" with "its" where appropriate (but in a few cases with "it is" when that read better). While doing that, I also fixed a couple of minor typos etc. as I noticed them. 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...> - 2014-05-11 17:05:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f341cfbfe117/ Changeset: f341cfbfe117 Branch: None User: matthias_urlichs Date: 2014-05-11 16:49:56 Summary: Documentation fix-up: "its" vs. "it's" Removed ungrammatical apostrophes from documentation, replacing "it's" with "its" where appropriate (but in a few cases with "it is" when that read better). While doing that, I also fixed a couple of minor typos etc. as I noticed them. Affected #: 28 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1abd53a3556b/ Changeset: 1abd53a3556b Branch: None User: zzzeek Date: 2014-05-11 19:04:05 Summary: Merge pull request #91 from smurfix/de_apostroph_ify Documentation fix-up: "its" vs. "it's" Affected #: 28 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...> - 2014-05-11 03:29:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/230c0d5a1997/ Changeset: 230c0d5a1997 Branch: None User: zzzeek Date: 2014-05-11 05:26:09 Summary: - Fixed ORM bug where the :func:`.class_mapper` function would mask AttributeErrors or KeyErrors that should raise during mapper configuration due to user errors. The catch for attribute/keyerror has been made more specific to not include the configuration step. fixes #3047 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ac68e85e544d/ Changeset: ac68e85e544d Branch: rel_0_8 User: zzzeek Date: 2014-05-11 05:28:58 Summary: - Fixed ORM bug where the :func:`.class_mapper` function would mask AttributeErrors or KeyErrors that should raise during mapper configuration due to user errors. The catch for attribute/keyerror has been made more specific to not include the configuration step. fixes #3047 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...> - 2014-05-10 19:52:55
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/168ca1d37d0d/ Changeset: 168ca1d37d0d Branch: None User: zzzeek Date: 2014-05-10 21:52:31 Summary: - stress test for invalidation 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...> - 2014-05-10 19:51:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/85d1899b76a3/ Changeset: 85d1899b76a3 Branch: None User: zzzeek Date: 2014-05-10 21:34:42 Summary: - Fixed some "double invalidate" situations were detected where a connection invalidation could occur within an already critical section like a connection.close(); ultimately, these conditions are caused by the change in :ticket:`2907`, in that the "reset on return" feature calls out to the Connection/Transaction in order to handle it, where "disconnect detection" might be caught. However, it's possible that the more recent change in :ticket:`2985` made it more likely for this to be seen as the "connection invalidate" operation is much quicker, as the issue is more reproducible on 0.9.4 than 0.9.3. Checks are now added within any section that an invalidate might occur to halt further disallowed operations on the invalidated connection. This includes two fixes both at the engine level and at the pool level. While the issue was observed with highly concurrent gevent cases, it could in theory occur in any kind of scenario where a disconnect occurs within the connection close operation. fixes #3043 ref #2985 ref #2907 - add some defensive checks during an invalidate situation: 1. _ConnectionRecord.invalidate might be called twice within finalize_fairy if the _reset() raises an invalidate condition, invalidates, raises and then goes to invalidate the CR. so check for this. 2. similarly within Conneciton, anytime we do handle_dbapi_error(), we might become invalidated. so a following finally must check self.__invalid before dealing with the connection any futher. 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...> - 2014-05-10 01:40:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/25726e89a685/ Changeset: 25726e89a685 Branch: ticket_3043 User: zzzeek Date: 2014-05-10 03:40:20 Summary: work in progress for #3043 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...> - 2014-05-09 02:45:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/55eacc8dbea3/ Changeset: 55eacc8dbea3 Branch: None User: zzzeek Date: 2014-05-09 04:44:06 Summary: - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` would produce an empty WHERE clause when an empty :func:`.and_()` or :func:`.or_()` or other blank expression were applied. This is now consistent with that of :func:`.select`. fixes #3045 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/93e11a9d7d58/ Changeset: 93e11a9d7d58 Branch: rel_0_8 User: zzzeek Date: 2014-05-09 04:45:01 Summary: - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` would produce an empty WHERE clause when an empty :func:`.and_()` or :func:`.or_()` or other blank expression were applied. This is now consistent with that of :func:`.select`. fixes #3045 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...> - 2014-05-02 22:54:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c8873b31f0c8/ Changeset: c8873b31f0c8 Branch: None User: zzzeek Date: 2014-05-03 00:43:12 Summary: - critically, py.test for unknown reasons *SKIPS* tests that have an __init__() method. No clue. nosetests doesn't do this. concerning that other tests might have the same issue. 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...> - 2014-05-02 00:40:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/890ac4c81b0b/ Changeset: 890ac4c81b0b Branch: None User: zzzeek Date: 2014-05-02 02:34:33 Summary: doc fixes Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6c7fe6d5420e/ Changeset: 6c7fe6d5420e Branch: doc_nav User: zzzeek Date: 2014-05-02 02:39:46 Summary: - experiment with multi-zoned navigation 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...> - 2014-04-30 23:08:17
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5da667e01727/ Changeset: 5da667e01727 Branch: konsta_3022 User: zzzeek Date: 2014-05-01 01:06:26 Summary: - Fixed bug where the combination of "limit" rendering as "SELECT FIRST n ROWS" using a bound parameter (only firebird has both), combined with column-level subqueries which also feature "limit" as well as "positional" bound parameters (e.g. qmark style) would erroneously assign the subquery-level positions before that of the enclosing SELECT, thus returning parameters which are out of order. Fixes #3038 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2a458680a493/ Changeset: 2a458680a493 Branch: None User: zzzeek Date: 2014-05-01 01:07:45 Summary: - Fixed bug where the combination of "limit" rendering as "SELECT FIRST n ROWS" using a bound parameter (only firebird has both), combined with column-level subqueries which also feature "limit" as well as "positional" bound parameters (e.g. qmark style) would erroneously assign the subquery-level positions before that of the enclosing SELECT, thus returning parameters which are out of order. Fixes #3038 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...> - 2014-04-26 20:28:11
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1caa7fafbd3c/ Changeset: 1caa7fafbd3c Branch: None User: alex_gaynor Date: 2014-04-26 22:13:13 Summary: Fix many typos throughout the codebase Found using: https://github.com/intgr/topy Affected #: 95 files https://bitbucket.org/zzzeek/sqlalchemy/commits/43d99ac61bef/ Changeset: 43d99ac61bef Branch: rel_0_8 User: alex_gaynor Date: 2014-04-26 22:26:56 Summary: Fix many typos throughout the codebase cherry pick of those parts of 1caa7fa which went in without issue Found using: https://github.com/intgr/topy Affected #: 69 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. |