sqlalchemy-commits Mailing List for SQLAlchemy (Page 8)
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-03-30 19:15:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4eb4010c1a1c/ Changeset: 4eb4010c1a1c Branch: master User: zzzeek Date: 2017-03-30 18:58:50+00:00 Summary: Apply type processing to untyped preexec default clause Fixed bug where a SQL-oriented Python-side column default could fail to be executed properly upon INSERT in the "pre-execute" codepath, if the SQL itself were an untyped expression, such as plain text. The "pre- execute" codepath is fairly uncommon however can apply to non-integer primary key columns with SQL defaults when RETURNING is not used. Tests exist here to ensure typing is applied to a typed expression for default, but in the case of an untyped SQL value, we know the type from the column, so apply this. Change-Id: I5d8b391611c137b9f700115a50a2bf5b30abfe94 Fixes: #3923 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...> - 2017-03-30 16:35:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/23585b842cc3/ Changeset: 23585b842cc3 Branch: rel_1_1 User: Malaclypse The Younger Date: 2017-03-30 16:34:41+00:00 Summary: Add bindparams support for baked Result count() method Added support for bound parameters, e.g. those normally set up via :meth:`.Query.params`, to the :meth:`.baked.Result.count` method. Previously, support for parameters were omitted. Pull request courtesy Pat Deegan. Change-Id: I8c33548cf2a483699767e459731694c8cadebff6 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/350 (cherry picked from commit 74f6c21747d07a8cf9902900df9280a84aadc2bb) 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-03-30 16:34:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/74f6c21747d0/ Changeset: 74f6c21747d0 Branch: master User: Malaclypse The Younger Date: 2017-03-30 16:33:33+00:00 Summary: Add bindparams support for baked Result count() method Added support for bound parameters, e.g. those normally set up via :meth:`.Query.params`, to the :meth:`.baked.Result.count` method. Previously, support for parameters were omitted. Pull request courtesy Pat Deegan. Change-Id: I8c33548cf2a483699767e459731694c8cadebff6 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/350 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-03-30 14:17:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e851bf436b34/ Changeset: e851bf436b34 Branch: rel_1_1 User: Ihor Kalnytskyi Date: 2017-03-30 14:16:35+00:00 Summary: Docs/faq/performance Some updates for FAQ/Performance documentation page: * Fix typo in testing script. * Populate testing script with one more way to achieve higher performance. See commit messages for details. Change-Id: Id6fbf328164b14b3b58ca9616b103a35e72f7b8f Pull-request: https://github.com/zzzeek/sqlalchemy/pull/345 (cherry picked from commit a4c17c1397c68d109bcf0603644f3200ab2e82f5) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/707768ec5d29/ Changeset: 707768ec5d29 Branch: rel_1_0 User: Ihor Kalnytskyi Date: 2017-03-30 14:16:42+00:00 Summary: Docs/faq/performance Some updates for FAQ/Performance documentation page: * Fix typo in testing script. * Populate testing script with one more way to achieve higher performance. See commit messages for details. Change-Id: Id6fbf328164b14b3b58ca9616b103a35e72f7b8f Pull-request: https://github.com/zzzeek/sqlalchemy/pull/345 (cherry picked from commit a4c17c1397c68d109bcf0603644f3200ab2e82f5) 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-03-30 14:17:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a4c17c1397c6/ Changeset: a4c17c1397c6 Branch: master User: Ihor Kalnytskyi Date: 2017-03-30 14:15:29+00:00 Summary: Docs/faq/performance Some updates for FAQ/Performance documentation page: * Fix typo in testing script. * Populate testing script with one more way to achieve higher performance. See commit messages for details. Change-Id: Id6fbf328164b14b3b58ca9616b103a35e72f7b8f Pull-request: https://github.com/zzzeek/sqlalchemy/pull/345 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-03-29 22:00:55
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a86764d99b3a/ Changeset: a86764d99b3a Branch: master User: Sean McCully Date: 2017-03-29 20:17:30+00:00 Summary: Support Postgresql development version numbers Added support for parsing the Postgresql version string for a development version like "PostgreSQL 10devel". Pull request courtesy Sean McCully. Change-Id: I7bc18bc4d290349c23e9796367b7d694d0873096 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/351 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-03-29 21:56:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6d13f0ace31d/ Changeset: 6d13f0ace31d Branch: rel_1_1 User: Sean McCully Date: 2017-03-29 20:18:48+00:00 Summary: Support Postgresql development version numbers Added support for parsing the Postgresql version string for a development version like "PostgreSQL 10devel". Pull request courtesy Sean McCully. Change-Id: I7bc18bc4d290349c23e9796367b7d694d0873096 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/351 (cherry picked from commit a86764d99b3a440cdc27b437ef2de9d393ca8036) 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-03-29 20:16:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9aebc08f82bf/ Changeset: 9aebc08f82bf Branch: rel_1_1 User: zzzeek Date: 2017-03-29 20:15:39+00:00 Summary: - 1.1.8 prep Change-Id: I36f2f2be3ce49931bb9fc304b5abfd67824290cb Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6220e09f6149/ Changeset: 6220e09f6149 Branch: master User: zzzeek Date: 2017-03-29 20:15:53+00:00 Summary: - start changelog for 1.1.8 Change-Id: I6c23f43ca76aeca469980fc8be228af20c2c700d 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-03-28 13:28:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cabd14fa1584/ Changeset: cabd14fa1584 Branch: master User: zzzeek Date: 2017-03-28 13:26:56+00:00 Summary: - reorg migration notes a bit Change-Id: Id2a727a2a13eb84ad104ab049ae37b9e708af6b5 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-03-27 21:37:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dca69f3f1eeb/ Changeset: dca69f3f1eeb Branch: rel_1_1 User: zzzeek Date: 2017-03-27 21:25:25+00:00 Summary: - 1.1.7 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f3c368357c21/ Changeset: f3c368357c21 Branch: master User: zzzeek Date: 2017-03-27 21:34:15+00:00 Summary: - update release date for 1.1.7 Change-Id: I6ce86e2e0c54135194c60d99b433b2f38c467dbd 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-03-27 20:20:16
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6bdfeb73f2eb/ Changeset: 6bdfeb73f2eb Branch: rel_1_1 User: zzzeek Date: 2017-03-27 18:39:29+00:00 Summary: Allow aliased() to be passed to Query.select_entity_from(). An :func:`.aliased()` construct can now be passed to the :meth:`.Query.select_entity_from` method. Entities will be pulled from the selectable represented by the :func:`.aliased` construct. This allows special options for :func:`.aliased` such as :paramref:`.aliased.adapt_on_names` to be used in conjunction with :meth:`.Query.select_entity_from`. Additionally rewrote the docstring for :meth:`.Query.select_entity_from`, including starting with explicit use of :func:`.aliased` as the usual idiomatic pattern. An example using text().columns() is added as well as the use case from :ticket:`3933` using name matching. Change-Id: If7e182965236993064a2a086e3b6d55a4f097ca8 Fixes: #3933 (cherry picked from commit b5577b6fb3decda0293399a630e6601e86e08726) 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-03-27 20:19:49
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a4cdd0bc00a9/ Changeset: a4cdd0bc00a9 Branch: master User: zzzeek Date: 2017-03-27 18:39:51+00:00 Summary: Allow aliased() to be passed to Query.select_entity_from(). An :func:`.aliased()` construct can now be passed to the :meth:`.Query.select_entity_from` method. Entities will be pulled from the selectable represented by the :func:`.aliased` construct. This allows special options for :func:`.aliased` such as :paramref:`.aliased.adapt_on_names` to be used in conjunction with :meth:`.Query.select_entity_from`. Additionally rewrote the docstring for :meth:`.Query.select_entity_from`, including starting with explicit use of :func:`.aliased` as the usual idiomatic pattern. An example using text().columns() is added as well as the use case from :ticket:`3933` using name matching. Change-Id: If7e182965236993064a2a086e3b6d55a4f097ca8 Fixes: #3933 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-03-27 16:29:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c0a224aba3d4/ Changeset: c0a224aba3d4 Branch: None User: zzzeek Date: 2017-03-27 15:14:24+00:00 Summary: Add safe_reraise() + warnings only to Connection._autorollback Added an exception handler that will warn for the "cause" exception on Py2K when the "autorollback" feature of :class:`.Connection` itself raises an exception. In Py3K, the two exceptions are naturally reported by the interpreter as one occurring during the handling of the other. This is continuing with the series of changes for rollback failure handling that were last visited as part of :ticket:`2696` in 1.0.12. Change-Id: I600ba455a14ebaea27c6189889181f97c632f179 Fixes: #3946 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6eae79ac55ea/ Changeset: 6eae79ac55ea Branch: master User: zzzeek Date: 2017-03-27 16:27:56+00:00 Summary: Merge "Add safe_reraise() + warnings only to Connection._autorollback" 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...> - 2017-03-27 15:35:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/08f42a915a40/ Changeset: 08f42a915a40 Branch: None User: zzzeek Date: 2017-03-27 15:15:41+00:00 Summary: Add safe_reraise() + warnings only to Connection._autorollback Added an exception handler that will warn for the "cause" exception on Py2K when the "autorollback" feature of :class:`.Connection` itself raises an exception. In Py3K, the two exceptions are naturally reported by the interpreter as one occurring during the handling of the other. This is continuing with the series of changes for rollback failure handling that were last visited as part of :ticket:`2696` in 1.0.12. Change-Id: I600ba455a14ebaea27c6189889181f97c632f179 Fixes: #3946 (cherry picked from commit c0a224aba3d4e2a41f92a29f9d18c6cb9d09d61f) Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c531deda1042/ Changeset: c531deda1042 Branch: rel_1_1 User: zzzeek Date: 2017-03-27 15:34:55+00:00 Summary: Merge "Add safe_reraise() + warnings only to Connection._autorollback" into rel_1_1 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...> - 2017-03-27 15:32:01
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5df05d16708a/ Changeset: 5df05d16708a Branch: None User: Bertrand Janin Date: 2017-03-19 22:05:54+00:00 Summary: Fix a title typo Utilites -> Utilities Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ecf85cb083c6/ Changeset: ecf85cb083c6 Branch: master User: zzzeek Date: 2017-03-27 15:30:37+00:00 Summary: Merge branch 'patch-1' of https://github.com/tamentis/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4145f914bc4f/ Changeset: 4145f914bc4f Branch: rel_1_1 User: Bertrand Janin Date: 2017-03-27 15:31:03+00:00 Summary: Fix a title typo Utilites -> Utilities (cherry picked from commit 5df05d16708a3efbd731df6767c9763626972c04) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d4458c8842a7/ Changeset: d4458c8842a7 Branch: rel_1_0 User: Bertrand Janin Date: 2017-03-27 15:31:10+00:00 Summary: Fix a title typo Utilites -> Utilities (cherry picked from commit 5df05d16708a3efbd731df6767c9763626972c04) 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-03-26 23:09:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7a6cc6e897d8/ Changeset: 7a6cc6e897d8 Branch: rel_1_1 User: zzzeek Date: 2017-03-26 02:18:51+00:00 Summary: Pre-load alias.c within JoinedEagerLoader cached AliasedClass Fixed a race condition which could occur under threaded environments as a result of the caching added via :ticket:`3915`. An internal collection of ``Column`` objects could be regenerated on an alias object inappropriately, confusing a joined eager loader when it attempts to render SQL and collect results and resulting in an attribute error. The collection is now generated up front before the alias object is cached and shared among threads. Change-Id: I97d5b205992d38af8d2b4307178a15c086ef9993 Fixes: #3947 (cherry picked from commit f214f4d4f46de24008c63f2e034329a64f510833) 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-03-26 23:08:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f214f4d4f46d/ Changeset: f214f4d4f46d Branch: master User: zzzeek Date: 2017-03-26 02:17:17+00:00 Summary: Pre-load alias.c within JoinedEagerLoader cached AliasedClass Fixed a race condition which could occur under threaded environments as a result of the caching added via :ticket:`3915`. An internal collection of ``Column`` objects could be regenerated on an alias object inappropriately, confusing a joined eager loader when it attempts to render SQL and collect results and resulting in an attribute error. The collection is now generated up front before the alias object is cached and shared among threads. Change-Id: I97d5b205992d38af8d2b4307178a15c086ef9993 Fixes: #3947 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-03-23 20:03:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0883d8213bcf/ Changeset: 0883d8213bcf Branch: master User: zzzeek Date: 2017-03-23 19:31:05+00:00 Summary: Treat collation names as identifiers The expression used for COLLATE as rendered by the column-level :func:`.expression.collate` and :meth:`.ColumnOperators.collate` is now quoted as an identifier when the name is case sensitive, e.g. has uppercase characters. Note that this does not impact type-level collation, which is already quoted. Change-Id: I83d5d9cd1e66a4f20b96303bb84c5f360d5d6a1a Fixes: #3785 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...> - 2017-03-23 14:54:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1fcbc17b7dd5/ Changeset: 1fcbc17b7dd5 Branch: master User: zzzeek Date: 2017-03-22 21:44:56+00:00 Summary: Support hybrids/composites with bulk updates The :meth:`.Query.update` method can now accommodate both hybrid attributes as well as composite attributes as a source of the key to be placed in the SET clause. For hybrids, an additional decorator :meth:`.hybrid_property.update_expression` is supplied for which the user supplies a tuple-returning function. Change-Id: I15e97b02381d553f30b3301308155e19128d2cfb Fixes: #3229 Affected #: 12 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-03-22 14:43:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5b34463cb6e0/ Changeset: 5b34463cb6e0 Branch: rel_1_1 User: zzzeek Date: 2017-03-22 14:42:29+00:00 Summary: Use config.db global opts as defaults for all testing_engine() Some options need to be passed to engines in all cases, such as currently the oracle 12516 workaround. make sure calls to testing_engine also set up the dictionary with defaults even if options is passed. not clear if this affects other backends yet. Change-Id: I5a1f7634e4ce5af6fe55dc21a24db6afacd19bb7 (cherry picked from commit 28edc2604a96d5ecd8318232c95a034433aa07d1) 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-03-22 14:42:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/28edc2604a96/ Changeset: 28edc2604a96 Branch: master User: zzzeek Date: 2017-03-22 14:13:15+00:00 Summary: Use config.db global opts as defaults for all testing_engine() Some options need to be passed to engines in all cases, such as currently the oracle 12516 workaround. make sure calls to testing_engine also set up the dictionary with defaults even if options is passed. not clear if this affects other backends yet. Change-Id: I5a1f7634e4ce5af6fe55dc21a24db6afacd19bb7 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-03-21 21:37:33
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/711d29f8e4dc/ Changeset: 711d29f8e4dc Branch: master User: zzzeek Date: 2017-03-21 21:35:12+00:00 Summary: Raise on flag_modified() for non-present attribute The :func:`.attributes.flag_modified` function now raises :class:`.InvalidRequestError` if the named attribute key is not present within the object, as this is assumed to be present in the flush process. To mark an object "dirty" for a flush without referring to any specific attribute, the :func:`.attributes.flag_dirty` function may be used. Change-Id: I6c64e4d253c239e38632f38c27bb16e68fe8dfbe Fixes: #3753 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...> - 2017-03-21 20:41:35
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/caeb274e287f/ Changeset: caeb274e287f Branch: master User: _diana_ Date: 2017-03-21 19:42:42+00:00 Summary: Allow reuse of hybrid_property across subclasses The :class:`sqlalchemy.ext.hybrid.hybrid_property` class now supports calling mutators like ``@setter``, ``@expression`` etc. multiple times across subclasses, and now provides a ``@getter`` mutator, so that a particular hybrid can be repurposed across subclasses or other classes. This now matches the behavior of ``@property`` in standard Python. Co-authored-by: Mike Bayer <mi...@zz...> Fixes: #3911 Fixes: #3912 Change-Id: Iff033d8ccaae20ded9289cbfa789c376759381f5 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...> - 2017-03-21 14:34:42
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f881dae8179b/ Changeset: f881dae8179b Branch: master User: zzzeek Date: 2017-03-20 22:01:23+00:00 Summary: Integrate "pre-ping" into connection pool. Added native "pessimistic disconnection" handling to the :class:`.Pool` object. The new parameter :paramref:`.Pool.pre_ping`, available from the engine as :paramref:`.create_engine.pool_pre_ping`, applies an efficient form of the "pre-ping" recipe featured in the pooling documentation, which upon each connection check out, emits a simple statement, typically "SELECT 1", to test the connection for liveness. If the existing connection is no longer able to respond to commands, the connection is transparently recycled, and all other connections made prior to the current timestamp are invalidated. Change-Id: I89700d0075e60abd2250e54b9bd14daf03c71c00 Fixes: #3919 Affected #: 10 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2017-03-18 18:58:52
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3771af0af45c/ Changeset: 3771af0af45c Branch: None User: jalessio Date: 2017-03-15 02:04:03+00:00 Summary: Fix typos ('expicit' -> 'explicit') Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9e06ab17b9d3/ Changeset: 9e06ab17b9d3 Branch: master User: zzzeek Date: 2017-03-18 18:57:41+00:00 Summary: Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemy Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d57415643091/ Changeset: d57415643091 Branch: rel_1_1 User: jalessio Date: 2017-03-18 18:58:10+00:00 Summary: Fix typos ('expicit' -> 'explicit') (cherry picked from commit 3771af0af45c2a7ea79a055b953c32f23c53e256) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5efde68c998f/ Changeset: 5efde68c998f Branch: rel_1_0 User: jalessio Date: 2017-03-18 18:58:14+00:00 Summary: Fix typos ('expicit' -> 'explicit') (cherry picked from commit 3771af0af45c2a7ea79a055b953c32f23c53e256) 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. |