sqlalchemy-commits Mailing List for SQLAlchemy (Page 38)
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...> - 2015-07-09 00:38:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cadc2e0ba00f/ Changeset: cadc2e0ba00f Branch: None User: zzzeek Date: 2015-07-09 00:37:04+00:00 Summary: - try to note under insert.values(), if you need "multiple parameter sets" there is a much more common case which works equally well for INSERT/UPDATE/DELETE e.g. executemany(). reference #3476 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3d84d2cd049d/ Changeset: 3d84d2cd049d Branch: rel_0_9 User: zzzeek Date: 2015-07-09 00:37:59+00:00 Summary: - try to note under insert.values(), if you need "multiple parameter sets" there is a much more common case which works equally well for INSERT/UPDATE/DELETE e.g. executemany(). reference #3476 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...> - 2015-07-05 15:17:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6fcc5d4a07e5/ Changeset: 6fcc5d4a07e5 Branch: None User: zzzeek Date: 2015-07-05 15:16:26+00:00 Summary: - add a warning suggesting to use the dictionary form of access if the name of the attribute being accessed is non-specific, thereby avoiding collisions on names like items, values, keys. fixes #3475 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a0ba7ce055d3/ Changeset: a0ba7ce055d3 Branch: rel_0_9 User: zzzeek Date: 2015-07-05 15:17:15+00:00 Summary: - add a warning suggesting to use the dictionary form of access if the name of the attribute being accessed is non-specific, thereby avoiding collisions on names like items, values, keys. fixes #3475 (cherry picked from commit 6fcc5d4a07e5c409a7d8438582598d0e90562ea0) 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-07-03 16:17:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cf21497f02e6/ Changeset: cf21497f02e6 Branch: None User: zzzeek Date: 2015-07-03 16:16:07+00:00 Summary: - fix the link here fixes 3473 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/927804e4891e/ Changeset: 927804e4891e Branch: rel_0_9 User: zzzeek Date: 2015-07-03 16:16:35+00:00 Summary: - fix the link here fixes 3473 (cherry picked from commit cf21497f02e64b6ddec82e12a7c26b9476616b00) 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-07-01 21:47:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d58846ba7ec9/ Changeset: d58846ba7ec9 Branch: None User: zzzeek Date: 2015-07-01 21:47:26+00:00 Summary: - increase the varchar here 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-07-01 17:20:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ee34f7276b8c/ Changeset: ee34f7276b8c Branch: None User: zzzeek Date: 2015-07-01 17:19:28+00:00 Summary: - Fixed 1.0 regression where value objects that override ``__eq__()`` to return a non-boolean-capable object, such as some geoalchemy types as well as numpy types, were being tested for ``bool()`` during a unit of work update operation, where in 0.9 the return value of ``__eq__()`` was tested against "is True" to guard against this. fixes #3469 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-06-29 17:50:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4d6f4ed184b9/ Changeset: 4d6f4ed184b9 Branch: None User: zzzeek Date: 2015-06-29 17:49:44+00:00 Summary: - Fixed 1.0 regression where a "deferred" attribute would not populate correctly if it were loaded within the "optimized inheritance load", which is a special SELECT emitted in the case of joined table inheritance used to populate expired or unloaded attributes against a joined table without loading the base table. This is related to the fact that SQLA 1.0 no longer guesses about loading deferred columns and must be directed explicitly. fixes #3468 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-06-27 04:42:18
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fcb7c784e947/ Changeset: fcb7c784e947 Branch: None User: zzzeek Date: 2015-06-27 04:40:34+00:00 Summary: - Fixed 1.0 regression where the "parent entity" of a synonym- mapped attribute on top of an :func:`.aliased` object would resolve to the original mapper, not the :func:`.aliased` version of it, thereby causing problems for a :class:`.Query` that relies on this attribute (e.g. it's the only representative attribute given in the constructor) to figure out the correct FROM clause for the query. fixes #3466 - apply consitency to ._parententity vs. __clause_element__()._annotations['parententity'] in terms of aliased class, test it all. 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...> - 2015-06-26 18:46:00
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5717186122d5/ Changeset: 5717186122d5 Branch: None User: Yuri Baida Date: 2015-06-26 17:45:48+00:00 Summary: Fix code examples in automap's documentation Fix camelize_classname and pluralize_collection functions as they didn't work as expected. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/012b3bd0b2a0/ Changeset: 012b3bd0b2a0 Branch: None User: zzzeek Date: 2015-06-26 18:44:56+00:00 Summary: Merge pull request #185 from megabyde/master Fix code examples in automap's documentation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3a432462a5c7/ Changeset: 3a432462a5c7 Branch: rel_0_9 User: Yuri Baida Date: 2015-06-26 18:45:41+00:00 Summary: Fix code examples in automap's documentation Fix camelize_classname and pluralize_collection functions as they didn't work as expected. (cherry picked from commit 5717186122d5538e53205268846beb7143a3d4cc) 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-06-25 15:48:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/447ee0af1d2f/ Changeset: 447ee0af1d2f Branch: None User: zzzeek Date: 2015-06-25 15:33:10+00:00 Summary: 1.0.6 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...> - 2015-06-25 15:11:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1835be36fc9b/ Changeset: 1835be36fc9b Branch: None User: zzzeek Date: 2015-06-25 15:11:00+00:00 Summary: - add autoinc marker 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...> - 2015-06-25 01:53:59
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1e2f1f5baabd/ Changeset: 1e2f1f5baabd Branch: None User: zzzeek Date: 2015-06-25 01:53:15+00:00 Summary: - Fixed a major regression in the 1.0 series where the version_id_counter feature would cause an object's version counter to be incremented when there was no net change to the object's row, but instead an object related to it via relationship (e.g. typically many-to-one) were associated or de-associated with it, resulting in an UPDATE statement that updates the object's version counter and nothing else. In the use case where the relatively recent "server side" and/or "programmatic/conditional" version counter feature were used (e.g. setting version_id_generator to False), the bug could cause an UPDATE without a valid SET clause to be emitted. fixes #3465 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-06-23 02:24:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/00656ae49306/ Changeset: 00656ae49306 Branch: None User: zzzeek Date: 2015-06-23 02:24:07+00:00 Summary: - edits to this section Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3352780481f1/ Changeset: 3352780481f1 Branch: rel_0_9 User: zzzeek Date: 2015-06-23 02:24:23+00:00 Summary: - edits to this section (cherry picked from commit 00656ae4930620bc8c0c4be6a82853f01c90f758) 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...> - 2015-06-23 01:34:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be2b35f7f215/ Changeset: be2b35f7f215 Branch: None User: zzzeek Date: 2015-06-23 01:33:40+00:00 Summary: - add a new FAQ on re-reading of data within a transaction, since this is definitely something that is asked regularly. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cfd5dc7cf378/ Changeset: cfd5dc7cf378 Branch: rel_0_9 User: zzzeek Date: 2015-06-23 01:34:14+00:00 Summary: - add a new FAQ on re-reading of data within a transaction, since this is definitely something that is asked regularly. (cherry picked from commit be2b35f7f2156c4b723df9e7be389e6575afedc4) 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...> - 2015-06-22 21:39:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ebe3e4569fc7/ Changeset: ebe3e4569fc7 Branch: None User: Benjamin Petersen Date: 2015-06-22 20:27:56+00:00 Summary: Missing comma in method args Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ee5bf27eb80b/ Changeset: ee5bf27eb80b Branch: None User: zzzeek Date: 2015-06-22 21:38:28+00:00 Summary: Merge pull request #184 from bnjmn/patch-1 Missing comma in method params for hybrid 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...> - 2015-06-22 19:29:06
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/78095940a437/ Changeset: 78095940a437 Branch: None User: zzzeek Date: 2015-06-22 19:24:41+00:00 Summary: - Fixed issue when using :class:`.VARBINARY` type in conjunction with an INSERT of NULL + pyodbc; pyodbc requires a special object be passed in order to persist NULL. As the :class:`.VARBINARY` type is now usually the default for :class:`.LargeBinary` due to :ticket:`3039`, this issue is partially a regression in 1.0. The pymssql driver appears to be unaffected. fixes #3464 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-06-22 15:35:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/24f8ab2bc360/ Changeset: 24f8ab2bc360 Branch: None User: zzzeek Date: 2015-06-22 15:35:02+00:00 Summary: - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffi JSONB support once again, as they suddenly switched on unconditional decoding of JSONB types in version 2.7.1. Version detection now specifies 2.7.1 as where we should expect the DBAPI to do json encoding for us. fixes #3439 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...> - 2015-06-22 15:26:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e3c8eabb2897/ Changeset: e3c8eabb2897 Branch: None User: Pete Hollobon Date: 2015-06-22 13:54:21+00:00 Summary: Fix typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cfa296d9cd27/ Changeset: cfa296d9cd27 Branch: None User: zzzeek Date: 2015-06-22 15:25:42+00:00 Summary: Merge pull request #183 from renshawbay/master Fix a tiny typo in test name 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-06-19 23:24:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0e84dcc48563/ Changeset: 0e84dcc48563 Branch: None User: zzzeek Date: 2015-06-19 23:24:10+00:00 Summary: - repair that we use db_opts when the url here is different, as we are using db_opts for the first time with legacy_schema_args 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-06-19 21:18:49
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/61e83ec41bb0/ Changeset: 61e83ec41bb0 Branch: None User: zzzeek Date: 2015-06-19 21:18:03+00:00 Summary: - fixes to the warnings filters 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-06-19 18:55:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7aa2100db3e6/ Changeset: 7aa2100db3e6 Branch: None User: zzzeek Date: 2015-06-19 18:54:26+00:00 Summary: - more edits, references #3461 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2cc12508be6f/ Changeset: 2cc12508be6f Branch: rel_0_9 User: zzzeek Date: 2015-06-19 18:54:52+00:00 Summary: - more edits, references #3461 (cherry picked from commit 7aa2100db3e6f768a280b4dfdb675d6709f94625) 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...> - 2015-06-19 18:12:36
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dff81500b161/ Changeset: dff81500b161 Branch: None User: Pete Hollobon Date: 2015-06-03 16:32:12+00:00 Summary: Add support for PostgreSQL index storage parameters Add support for specifying PostgreSQL index storage paramters (e.g. fillfactor). Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b03ee45f32e5/ Changeset: b03ee45f32e5 Branch: None User: Pete Hollobon Date: 2015-06-04 14:12:09+00:00 Summary: Add reflection of PostgreSQL index storage options Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/af19435b9c1c/ Changeset: af19435b9c1c Branch: None User: Pete Hollobon Date: 2015-06-04 15:45:41+00:00 Summary: Add reflection of PostgreSQL index access methods (USING clause) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/99ceed3e55e8/ Changeset: 99ceed3e55e8 Branch: None User: zzzeek Date: 2015-06-19 17:45:01+00:00 Summary: Merge remote-tracking branch 'origin/pr/179' into pr179 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e625d2ea88f4/ Changeset: e625d2ea88f4 Branch: None User: zzzeek Date: 2015-06-19 18:10:47+00:00 Summary: - for #3455 - changelog - versionadded + reflink for new pg storage parameters doc - pep8ing - add additional tests to definitely check that the Index object is created all the way with the opts we want fixes #3455 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-06-19 17:09:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a1b6e9f324ee/ Changeset: a1b6e9f324ee Branch: None User: zzzeek Date: 2015-06-19 17:08:47+00:00 Summary: - fix the bullets - tone down the "never dispose an engine" language - refer to NullPool for the "I don't like pooling" use case references #3461 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/88077496ad03/ Changeset: 88077496ad03 Branch: rel_0_9 User: zzzeek Date: 2015-06-19 17:09:30+00:00 Summary: - fix the bullets - tone down the "never dispose an engine" language - refer to NullPool for the "I don't like pooling" use case references #3461 (cherry picked from commit a1b6e9f324eec04ff69f2ac5347ad3df5b931dd5) 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...> - 2015-06-19 16:24:46
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9f4149766c93/ Changeset: 9f4149766c93 Branch: None User: zzzeek Date: 2015-06-19 16:24:09+00:00 Summary: - Fixed 1.0 regression where the enhanced behavior of single-inheritance joins of :ticket:`3222` takes place inappropriately for a JOIN along explicit join criteria with a single-inheritance subclass that does not make use of any discriminator, resulting in an additional "AND NULL" clause. fixes #3462 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-06-19 15:50:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3d78705cf498/ Changeset: 3d78705cf498 Branch: None User: zzzeek Date: 2015-06-19 15:49:49+00:00 Summary: - add explciit section on engine disposal, fixes #3461 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c4c8a0d24ca8/ Changeset: c4c8a0d24ca8 Branch: rel_0_9 User: zzzeek Date: 2015-06-19 15:50:18+00:00 Summary: - add explciit section on engine disposal, fixes #3461 (cherry picked from commit 3d78705cf4981e460d6d1b5bb08870286fc3fe93) 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...> - 2015-06-18 17:14:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/370b237ddb6a/ Changeset: 370b237ddb6a Branch: None User: zzzeek Date: 2015-06-18 17:13:54+00:00 Summary: - automap is stable Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d56aa17f1109/ Changeset: d56aa17f1109 Branch: rel_0_9 User: zzzeek Date: 2015-06-18 17:14:14+00:00 Summary: - automap is stable (cherry picked from commit 370b237ddb6af0ba62f0ce5b1bedfe7556c6ccf3) 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. |