sqlalchemy-commits Mailing List for SQLAlchemy (Page 11)
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...> - 2017-02-01 23:12:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8342ca6c6932/ Changeset: 8342ca6c6932 Branch: None User: zzzeek Date: 2017-02-01 23:09:45+00:00 Summary: - add a note referring to the enum value as not currently persisted, reference #3906 Change-Id: I2274c356cc88cd011c5a34a69e75a2548a93e87a Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-02-01 21:41:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6b27d78030a7/ Changeset: 6b27d78030a7 Branch: None User: zzzeek Date: 2017-02-01 21:39:48+00:00 Summary: - clarify Enum validation rules, fixes #3904 Change-Id: I221f161ae77ee1b9487329330bc520ab65e97611 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...> - 2017-01-31 16:22:33
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9a5943bf76cd/ Changeset: 9a5943bf76cd Branch: master User: zzzeek Date: 2017-01-30 22:28:22+00:00 Summary: Union the exclude_properties of the inheriting mapper in declarative Fixed bug where the "automatic exclude" feature of declarative that ensures a column local to a single table inheritance subclass does not appear as an attribute on other derivations of the base would not take effect for multiple levels of subclassing from the base. Change-Id: Ibf67b631b4870dd1bd159f7d6085549d299fffe0 Fixes: #3895 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...> - 2017-01-30 22:28:13
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ecfda6512cf8/ Changeset: ecfda6512cf8 Branch: None User: zzzeek Date: 2017-01-30 18:02:29+00:00 Summary: Add count(), scalar() to baked query Change-Id: I8af0d7b41ae2df384ce5d0ef274732352d81f376 Fixes: #3897 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5ef2fde8fb25/ Changeset: 5ef2fde8fb25 Branch: master User: zzzeek Date: 2017-01-30 22:27:21+00:00 Summary: Merge "Add count(), scalar() to baked query" 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...> - 2017-01-30 19:08:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f411cac35001/ Changeset: f411cac35001 Branch: master User: youknowone Date: 2017-01-30 17:59:54+00:00 Summary: Fix nested index_property setter when there is no container value Fixed bug in new :mod:`sqlalchemy.ext.indexable` extension where setting of a property that itself refers to another property would fail. Fixes: #3901 Change-Id: I203a66117e2399afee11a34f43f0e93adfc6d571 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...> - 2017-01-30 17:58:11
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1c578a710f14/ Changeset: 1c578a710f14 Branch: master User: zzzeek Date: 2017-01-30 17:10:16+00:00 Summary: Copy whereclause / using in ExcludeConstraint Fixed bug in Postgresql :class:`.ExcludeConstraint` where the "whereclause" and "using" parameters would not be copied during an operation like :meth:`.Table.tometadata`. Change-Id: I2f704981d4d4862f9c82a50272006fab8becebb6 Fixes: #3900 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...> - 2017-01-28 14:54:46
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f55d466cad2d/ Changeset: f55d466cad2d Branch: None User: zzzeek Date: 2017-01-28 14:53:10+00:00 Summary: - add missing param tag Change-Id: Ic2cc0bdafbf3f1bc2993a9ad3475530eed91d0f1 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6e437cf508b8/ Changeset: 6e437cf508b8 Branch: rel_1_0 User: zzzeek Date: 2017-01-28 14:53:34+00:00 Summary: - add missing param tag Change-Id: Ic2cc0bdafbf3f1bc2993a9ad3475530eed91d0f1 (cherry picked from commit f55d466cad2d7c741f391eb2df15a23652132fe4) 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...> - 2017-01-28 14:44:49
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5c26cfcb471f/ Changeset: 5c26cfcb471f Branch: None User: zzzeek Date: 2017-01-28 14:43:40+00:00 Summary: - cte() has moved to HasCTE(), since SelectBase is referred to a lot just add inherited members so links to things like SelectBase.cte continue to function Change-Id: Ib57948d576d2063e10b0f528a5deaf07ea262322 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...> - 2017-01-27 17:10:08
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3bd845f3ff2a/ Changeset: 3bd845f3ff2a Branch: None User: zzzeek Date: 2017-01-27 17:08:57+00:00 Summary: - remove misleading comment, ref #3902 Change-Id: I481628146ff31bc9ea2f8a3687f375832b17e501 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ce02bdc07f5b/ Changeset: ce02bdc07f5b Branch: rel_1_0 User: zzzeek Date: 2017-01-27 17:09:27+00:00 Summary: - remove misleading comment, ref #3902 Change-Id: I481628146ff31bc9ea2f8a3687f375832b17e501 (cherry picked from commit 3bd845f3ff2af203a79c76a5b493ccf9c58ad79e) 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...> - 2017-01-26 21:55:40
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3757c0cdfb1c/ Changeset: 3757c0cdfb1c Branch: None User: zzzeek Date: 2017-01-26 21:54:02+00:00 Summary: Don't check isolation level prior to SQL Server 2005 Added a version check to the "get_isolation_level" feature, which is invoked upon first connect, so that it skips for SQL Server version 2000, as the necessary system view is not available prior to SQL Server 2005. Change-Id: If4f860513f0aae6625803f449714aedfc5075f57 Fixes: #3898 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-01-26 21:04:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a24801ae8de4/ Changeset: a24801ae8de4 Branch: None User: zzzeek Date: 2017-01-26 21:01:20+00:00 Summary: - document that "column" and "where" are arbitrary SQL expressions for ExcludeConstraint, if string is used then quoting must be applied manually. fixes #3899 Change-Id: I5885c90179e4056b84fc4776464bba7c8c70a80a Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/00f2e31f210e/ Changeset: 00f2e31f210e Branch: rel_1_0 User: zzzeek Date: 2017-01-26 21:03:30+00:00 Summary: - document that "column" and "where" are arbitrary SQL expressions for ExcludeConstraint, if string is used then quoting must be applied manually. fixes #3899 Change-Id: I5885c90179e4056b84fc4776464bba7c8c70a80a (cherry picked from commit a24801ae8de469f1e78bdb0c02b28de263c2310e) 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...> - 2017-01-24 22:37:55
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8795472c875d/ Changeset: 8795472c875d Branch: None User: Frederic Junod Date: 2017-01-20 08:52:15+00:00 Summary: Fix typo in documentation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0d91796bb386/ Changeset: 0d91796bb386 Branch: None User: zzzeek Date: 2017-01-24 22:36:49+00:00 Summary: Merge branch 'doc_typo' of https://bitbucket.org/fredj/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ef6b2c9087bd/ Changeset: ef6b2c9087bd Branch: rel_1_0 User: Frederic Junod Date: 2017-01-24 22:37:12+00:00 Summary: Fix typo in documentation (cherry picked from commit 8795472c875d5f424f96a1e19e93d6dd4a7df6a8) 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...> - 2017-01-24 22:36:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/708316829512/ Changeset: 708316829512 Branch: None User: jeffwidman Date: 2016-12-24 10:34:24+00:00 Summary: Fix typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6e83259e7ff9/ Changeset: 6e83259e7ff9 Branch: None User: zzzeek Date: 2017-01-24 22:35:16+00:00 Summary: Merge branch 'patch-1' of https://github.com/jeffwidman/sqlalchemy 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...> - 2017-01-24 22:34:38
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3c0fc9b95f45/ Changeset: 3c0fc9b95f45 Branch: None User: Brian Date: 2016-12-17 17:09:13+00:00 Summary: fix example re such that the listen modifier example works Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0cc5561c9389/ Changeset: 0cc5561c9389 Branch: None User: zzzeek Date: 2017-01-24 22:33:01+00:00 Summary: Merge branch 'fix-example-re' of https://github.com/demoray/sqlalchemy Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8133931df3d2/ Changeset: 8133931df3d2 Branch: rel_1_0 User: Brian Date: 2017-01-24 22:33:42+00:00 Summary: fix example re such that the listen modifier example works (cherry picked from commit 3c0fc9b95f458f608bf10c266e52b2cd919467d5) Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-01-19 21:29:29
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4ae02f46e944/ Changeset: 4ae02f46e944 Branch: None User: zzzeek Date: 2017-01-19 18:49:08+00:00 Summary: Dont set _set_select_from() for alias object Fixed bug first introduced in 0.9.7 as a result of :ticket:`3106` which would cause an incorrect query in some forms of multi-level subqueryload against aliased entities, with an unnecessary extra FROM entity in the innermost subquery. Fixes: #3893 Change-Id: Ic4003c2c1c0206bd22a098fd497a7375c2758305 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/81518ae2e2bc/ Changeset: 81518ae2e2bc Branch: master User: zzzeek Date: 2017-01-19 21:28:58+00:00 Summary: Merge "Dont set _set_select_from() for alias object" 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...> - 2017-01-19 19:47:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e10426b19900/ Changeset: e10426b19900 Branch: rel_1_0 User: zzzeek Date: 2017-01-19 19:45:56+00:00 Summary: Improve server-side Sequence documentation Include the metadata argument for the Sequence and explain the rationale. Correct inconsistencies between Core / ORM examples and update language regarding client side vs. server side Sequence directive. Co-authored-by: Stéphane Raimbault <ste...@gm...> Change-Id: I65c522acf9bdf25041a5baf2e10be41f0927999a Pull-request: https://github.com/zzzeek/sqlalchemy/pull/341 (cherry picked from commit 42027de3fce1d4ce2e3a684c59ee87f440b51ae8) Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-01-19 19:44:35
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/42027de3fce1/ Changeset: 42027de3fce1 Branch: master User: zzzeek Date: 2017-01-19 19:43:13+00:00 Summary: Improve server-side Sequence documentation Include the metadata argument for the Sequence and explain the rationale. Correct inconsistencies between Core / ORM examples and update language regarding client side vs. server side Sequence directive. Co-authored-by: Stéphane Raimbault <ste...@gm...> Change-Id: I65c522acf9bdf25041a5baf2e10be41f0927999a Pull-request: https://github.com/zzzeek/sqlalchemy/pull/341 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-01-19 17:02:59
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/17b85b34454e/ Changeset: 17b85b34454e Branch: None User: zzzeek Date: 2017-01-19 16:49:13+00:00 Summary: - 1.1.6 prep Change-Id: I95b9af4987ad26653a36bccfc88828ff22ce896b Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-01-17 21:39:10
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/18d0509c75bb/ Changeset: 18d0509c75bb Branch: None User: zzzeek Date: 2017-01-17 21:22:28+00:00 Summary: - 1.0.17 release date Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/60781659934d/ Changeset: 60781659934d Branch: None User: zzzeek Date: 2017-01-17 21:23:00+00:00 Summary: - 1.1.5 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-01-17 21:37:14
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/92385b6e1c02/ Changeset: 92385b6e1c02 Branch: rel_1_1 User: zzzeek Date: 2017-01-17 21:19:54+00:00 Summary: Merge branch 'master' into rel_1_1 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...> - 2017-01-17 21:36:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2f86267f07d5/ Changeset: 2f86267f07d5 Branch: master User: zzzeek Date: 2017-01-17 21:19:43+00:00 Summary: - this test is too brittle under load, not worth it, remove it Change-Id: I3f294b4d153979c308532360d03ab7be3c5d994a 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...> - 2017-01-17 21:31:59
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4d2f90dfa006/ Changeset: 4d2f90dfa006 Branch: rel_1_0 User: zzzeek Date: 2017-01-17 21:21:36+00:00 Summary: - 1.0.17 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-01-17 21:14:11
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a3dbeb227583/ Changeset: a3dbeb227583 Branch: rel_1_0 User: zzzeek Date: 2017-01-17 21:13:19+00:00 Summary: - this test is too brittle under load, not worth it, remove it Change-Id: I3f294b4d153979c308532360d03ab7be3c5d994a 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...> - 2017-01-17 20:51:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f2028dc5afec/ Changeset: f2028dc5afec Branch: master User: zzzeek Date: 2017-01-17 20:51:02+00:00 Summary: - further changes to avoid pytest warnings Change-Id: Ia83a996ff97a6ba54a0666a32241e570f3852ab4 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a75524561ce6/ Changeset: a75524561ce6 Branch: rel_1_1 User: zzzeek Date: 2017-01-17 20:51:18+00:00 Summary: Merge branch 'master' into rel_1_1 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...> - 2017-01-17 20:26:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f5861733a517/ Changeset: f5861733a517 Branch: rel_1_0 User: gliptak Date: 2017-01-17 17:20:08+00:00 Summary: Correct pytest deprecation warning WC1 None [pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead. Change-Id: I099c8207730ae1226f7357ff8be0d8ab149878ed Pull-request: https://github.com/zzzeek/sqlalchemy/pull/334 (cherry picked from commit f624a3ae8baadba4dabb55e5851a27d40a6cf73e) 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. |