sqlalchemy-commits Mailing List for SQLAlchemy (Page 45)
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-03-20 15:30:02
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/00f37f3984c3/ Changeset: 00f37f3984c3 Branch: None User: davidmarin Date: 2015-02-06 00:52:53+00:00 Summary: fix Python 2-specific byte conversion Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1d7ce71d245c/ Changeset: 1d7ce71d245c Branch: None User: zzzeek Date: 2015-03-20 15:19:35+00:00 Summary: Merge remote-tracking branch 'origin/pr/158' into pr158 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2feb40d0a48d/ Changeset: 2feb40d0a48d Branch: None User: zzzeek Date: 2015-03-20 15:28:47+00:00 Summary: - changelog for #3333, fixes #3333 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2cb67a2364b4/ Changeset: 2cb67a2364b4 Branch: None User: davidmarin Date: 2015-03-20 15:29:38+00:00 Summary: fix Python 2-specific byte conversion (cherry picked from commit 00f37f3984c35fc4a2ee5687e798c5ca36953d6c) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/89f884e8175d/ Changeset: 89f884e8175d Branch: rel_0_9 User: zzzeek Date: 2015-03-20 15:29:43+00:00 Summary: - changelog for #3333, fixes #3333 (cherry picked from commit 2feb40d0a48dd424c38a37e70a63a6bcf3c00c02) 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-03-18 22:57:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cd076470baf2/ Changeset: cd076470baf2 Branch: None User: zzzeek Date: 2015-03-18 22:57:13+00:00 Summary: - Loosened some restrictions that were added to ``@declared_attr`` objects, such that they were prevented from being called outside of the declarative process; this is related to the enhancements of #3150 which allow ``@declared_attr`` to return a value that is cached based on the current class as it's being configured. The exception raise has been removed, and the behavior changed so that outside of the declarative process, the function decorated by ``@declared_attr`` is called every time just like a regular ``@property``, without using any caching, as none is available at this stage. fixes #3331 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-03-17 21:32:56
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/138293c246fb/ Changeset: 138293c246fb Branch: None User: zzzeek Date: 2015-03-17 21:32:16+00:00 Summary: - fix typo, fixes #3325 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/251df930b216/ Changeset: 251df930b216 Branch: rel_0_9 User: zzzeek Date: 2015-03-17 21:32:32+00:00 Summary: - fix typo, fixes #3325 (cherry picked from commit 138293c246fbf8c6693044a89fe788d0d0446113) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8496aee4a3a3/ Changeset: 8496aee4a3a3 Branch: rel_0_8 User: zzzeek Date: 2015-03-17 21:32:38+00:00 Summary: - fix typo, fixes #3325 (cherry picked from commit 138293c246fbf8c6693044a89fe788d0d0446113) 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-03-17 17:53:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d6a6cbaf9913/ Changeset: d6a6cbaf9913 Branch: None User: zzzeek Date: 2015-03-17 17:53:36+00:00 Summary: b2 now 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-03-17 16:34:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b7e151ac5cf5/ Changeset: b7e151ac5cf5 Branch: None User: zzzeek Date: 2015-03-17 16:32:33+00:00 Summary: - The "auto close" for :class:`.ResultProxy` is now a "soft" close. That is, after exhausing all rows using the fetch methods, the DBAPI cursor is released as before and the object may be safely discarded, but the fetch methods may continue to be called for which they will return an end-of-result object (None for fetchone, empty list for fetchmany and fetchall). Only if :meth:`.ResultProxy.close` is called explicitly will these methods raise the "result is closed" error. fixes #3330 fixes #3329 Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/811c8204ca1c/ Changeset: 811c8204ca1c Branch: None User: zzzeek Date: 2015-03-17 16:34:10+00:00 Summary: - fix incorrect example 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-03-16 18:12:48
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2cadd768aa48/ Changeset: 2cadd768aa48 Branch: None User: zzzeek Date: 2015-03-16 18:11:49+00:00 Summary: - merge 0.9 changelog 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-03-16 16:19:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/edfe2deffb7a/ Changeset: edfe2deffb7a Branch: None User: Julien Castets Date: 2015-03-16 15:23:14+00:00 Summary: Accept unicode in CascadeOptions Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/74641efb78b2/ Changeset: 74641efb78b2 Branch: None User: zzzeek Date: 2015-03-16 16:18:58+00:00 Summary: - changelog for #3327 fixes #3327 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-03-14 14:18:02
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f23e65dabab/ Changeset: 3f23e65dabab Branch: None User: zzzeek Date: 2015-03-14 14:17:12+00:00 Summary: - remove now-misleading comment that SQLite doesn't support MATCH, since they've apparently added something for it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8c9d8552c25f/ Changeset: 8c9d8552c25f Branch: rel_0_9 User: zzzeek Date: 2015-03-14 14:17:34+00:00 Summary: - remove now-misleading comment that SQLite doesn't support MATCH, since they've apparently added something for it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3c3dc2bce9f0/ Changeset: 3c3dc2bce9f0 Branch: rel_0_8 User: zzzeek Date: 2015-03-14 14:17:43+00:00 Summary: - remove now-misleading comment that SQLite doesn't support MATCH, since they've apparently added something for it 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-03-13 21:10:49
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4077e99f3f51/ Changeset: 4077e99f3f51 Branch: None User: zzzeek Date: 2015-03-13 20:22:01+00:00 Summary: - tweaks regarding the use_alter update Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/64b7a50cbd64/ Changeset: 64b7a50cbd64 Branch: None User: zzzeek Date: 2015-03-13 20:23:12+00:00 Summary: - call this 1.0.0b1 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/601e16daf30a/ Changeset: 601e16daf30a Branch: rel_0_9 User: zzzeek Date: 2015-03-13 20:25:10+00:00 Summary: - call this 1.0.0b1 (cherry picked from commit 64b7a50cbd64b44fa8ee8413213e9eae73483515) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2c893b520a6f/ Changeset: 2c893b520a6f Branch: rel_0_8 User: zzzeek Date: 2015-03-13 20:25:44+00:00 Summary: - call this 1.0.0b1 (cherry picked from commit 64b7a50cbd64b44fa8ee8413213e9eae73483515) (cherry picked from commit 601e16daf30a00dd049507cb8bfa4931013c2e46) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f1e777b2abce/ Changeset: f1e777b2abce Branch: None User: zzzeek Date: 2015-03-13 20:36:43+00:00 Summary: - add notes for prerelease install Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/175e5c97a7f2/ Changeset: 175e5c97a7f2 Branch: None User: zzzeek Date: 2015-03-13 20:40:39+00:00 Summary: 1.0.0b1 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-03-12 20:24:36
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/47deb6152669/ Changeset: 47deb6152669 Branch: None User: zzzeek Date: 2015-03-12 20:22:08+00:00 Summary: - Fixed regression from 0.9.9 where the :func:`.as_declarative` symbol was removed from the ``sqlalchemy.ext.declarative`` namespace. fixes #3324 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fe25322564d6/ Changeset: fe25322564d6 Branch: rel_0_9 User: zzzeek Date: 2015-03-12 20:23:09+00:00 Summary: - repair forwards-port directives Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/75b4c67a56f6/ Changeset: 75b4c67a56f6 Branch: None User: zzzeek Date: 2015-03-12 20:23:24+00:00 Summary: - repair forwards-port directives Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a54b783c49b6/ Changeset: a54b783c49b6 Branch: None User: zzzeek Date: 2015-03-12 20:23:43+00:00 Summary: - ensure as_declarative is part of __all__ 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-03-12 17:35:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dcbedfd61ae0/ Changeset: dcbedfd61ae0 Branch: None User: zzzeek Date: 2015-03-12 17:34:43+00:00 Summary: - fix a get call here, we should figure this out since we dont want to be using getattr 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-03-12 16:20:41
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/941fe5e060dd/ Changeset: 941fe5e060dd Branch: None User: zzzeek Date: 2015-03-12 16:19:35+00:00 Summary: - add the fact that we can cache the sql naively 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...> - 2015-03-12 15:50:42
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d5971b443038/ Changeset: d5971b443038 Branch: rel_0_8 User: zzzeek Date: 2015-03-12 15:49:35+00:00 Summary: - fix quantize recipe, fixes #3322 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e42d8184ac08/ Changeset: e42d8184ac08 Branch: None User: zzzeek Date: 2015-03-12 15:50:00+00:00 Summary: - fix quantize recipe, fixes #3322 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/891fec2f5fad/ Changeset: 891fec2f5fad Branch: rel_0_9 User: zzzeek Date: 2015-03-12 15:50:14+00:00 Summary: - fix quantize recipe, fixes #3322 (cherry picked from commit e42d8184ac087e12e463f938e6a07759cc6392ca) 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-03-12 15:24:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6b76352f4664/ Changeset: 6b76352f4664 Branch: None User: zzzeek Date: 2015-03-12 15:23:44+00:00 Summary: - add a rationale section 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-03-12 14:15:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f211ad254d53/ Changeset: f211ad254d53 Branch: None User: zzzeek Date: 2015-03-12 14:14:52+00:00 Summary: - try to document how to get columns from constraints. unfortunately Sphinx refuses to work correctly for the columns attribute so we just add a lame message to contains_column(). Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6c130e80611e/ Changeset: 6c130e80611e Branch: rel_0_9 User: zzzeek Date: 2015-03-12 14:15:29+00:00 Summary: - try to document how to get columns from constraints. unfortunately Sphinx refuses to work correctly for the columns attribute so we just add a lame message to contains_column(). (cherry picked from commit f211ad254d53b85aae319b41cc7b206f3e693660) 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-03-12 00:31:43
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5ccda3f2d95d/ Changeset: 5ccda3f2d95d Branch: None User: zzzeek Date: 2015-03-11 22:20:35+00:00 Summary: Merge branch 'master' into ticket_3054 Conflicts: examples/performance/short_selects.py lib/sqlalchemy/orm/query.py Affected #: 207 files https://bitbucket.org/zzzeek/sqlalchemy/commits/944fa00211db/ Changeset: 944fa00211db Branch: ticket_3054 User: zzzeek Date: 2015-03-12 00:17:08+00:00 Summary: - API cleanup - docs - lets go Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e3b46bd62405/ Changeset: e3b46bd62405 Branch: None User: zzzeek Date: 2015-03-12 00:31:11+00:00 Summary: - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This simple but unusual system allows for a dramatic savings in Python overhead for the construction and processing of orm :class:`.Query` objects, from query construction up through rendering of a string SQL statement. fixes #3054 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...> - 2015-03-11 18:48:45
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b815e9483319/ Changeset: b815e9483319 Branch: None User: zzzeek Date: 2015-03-11 18:46:52+00:00 Summary: - Added a new entry ``"entity"`` to the dictionaries returned by :attr:`.Query.column_descriptions`. This refers to the primary ORM mapped class or aliased class that is referred to by the expression. Compared to the existing entry for ``"type"``, it will always be a mapped entity, even if extracted from a column expression, or None if the given expression is a pure core expression. references #3320 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/285ed82f1324/ Changeset: 285ed82f1324 Branch: None User: zzzeek Date: 2015-03-11 18:47:21+00:00 Summary: - Added a new entry ``"entity"`` to the dictionaries returned by :attr:`.Query.column_descriptions`. This refers to the primary ORM mapped class or aliased class that is referred to by the expression. Compared to the existing entry for ``"type"``, it will always be a mapped entity, even if extracted from a column expression, or None if the given expression is a pure core expression. references #3320 (cherry picked from commit b815e9483319b93f98bef11c7d47378441f78d21) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/950d143ccbbd/ Changeset: 950d143ccbbd Branch: rel_0_9 User: zzzeek Date: 2015-03-11 18:48:17+00:00 Summary: 0.9.10 bump 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-03-11 15:42:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/71b8df2e5319/ Changeset: 71b8df2e5319 Branch: None User: zzzeek Date: 2015-03-11 15:41:52+00:00 Summary: - The Postgresql :class:`.postgresql.ENUM` type will emit a DROP TYPE instruction when a plain ``table.drop()`` is called, assuming the object is not associated directly with a :class:`.MetaData` object. In order to accomodate the use case of an enumerated type shared between multiple tables, the type should be associated directly with the :class:`.MetaData` object; in this case the type will only be created at the metadata level, or if created directly. The rules for create/drop of Postgresql enumerated types have been highly reworked in general. fixes #3319 Affected #: 8 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-03-10 23:57:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/710021d22e8a/ Changeset: 710021d22e8a Branch: None User: zzzeek Date: 2015-03-10 23:56:59+00:00 Summary: - Added a new event suite :class:`.QueryEvents`. The :meth:`.QueryEvents.before_compile` event allows the creation of functions which may place additional modifications to :class:`.Query` objects before the construction of the SELECT statement. It is hoped that this event be made much more useful via the advent of a new inspection system that will allow for detailed modifications to be made against :class:`.Query` objects in an automated fashion. fixes #3317 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...> - 2015-03-10 22:24:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/201ba16fc884/ Changeset: 201ba16fc884 Branch: None User: zzzeek Date: 2015-03-10 22:23:23+00:00 Summary: - The subquery wrapping which occurs when joined eager loading is used with a one-to-many query that also features LIMIT, OFFSET, or DISTINCT has been disabled in the case of a one-to-one relationship, that is a one-to-many with :paramref:`.relationship.uselist` set to False. This will produce more efficient queries in these cases. fixes #3249 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...> - 2015-03-10 21:52:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/66fa5b50a53e/ Changeset: 66fa5b50a53e Branch: None User: zzzeek Date: 2015-03-10 21:51:35+00:00 Summary: - Fixed bug where the session attachment error "object is already attached to session X" would fail to prevent the object from also being attached to the new session, in the case that execution continued after the error raise occurred. fixes #3301 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-03-10 21:22:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/95e53d0b6072/ Changeset: 95e53d0b6072 Branch: None User: zzzeek Date: 2015-03-10 21:21:46+00:00 Summary: - Fixed bug where using an ``__abstract__`` mixin in the middle of a declarative inheritance hierarchy would prevent attributes and configuration being correctly propagated from the base class to the inheriting class. fixes #3219 fixes #3240 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-03-10 20:58:10
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a4a826021fb6/ Changeset: a4a826021fb6 Branch: None User: zzzeek Date: 2015-03-10 20:57:48+00:00 Summary: - keep this as 100 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-03-10 20:17:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/014b4bb5c618/ Changeset: 014b4bb5c618 Branch: rel_0_9 User: zzzeek Date: 2015-03-10 20:16:15+00:00 Summary: - feature, not enhancement Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/39f2df3eba90/ Changeset: 39f2df3eba90 Branch: None User: zzzeek Date: 2015-03-10 20:16:49+00:00 Summary: - feature, not enhancement 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-03-10 20:00:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3e3f9e848825/ Changeset: 3e3f9e848825 Branch: rel_0_9 User: zzzeek Date: 2015-03-10 19:57:10+00:00 Summary: - 0.9.9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ebee0c9df37a/ Changeset: ebee0c9df37a Branch: None User: zzzeek Date: 2015-03-10 19:59:34+00:00 Summary: - 0.9.9 changelog update 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. |