sqlalchemy-commits Mailing List for SQLAlchemy (Page 5)
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-05-19 20:21:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/de429252647e/ Changeset: de429252647e Branch: master User: zzzeek Date: 2017-05-19 20:20:59+00:00 Summary: - 1.1.10 release date Change-Id: I6418052571c86b53f44b1a083fca932a65448d95 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-05-19 20:21:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/158c0e858a87/ Changeset: 158c0e858a87 Branch: None User: zzzeek Date: 2017-05-19 20:11:30+00:00 Summary: - 1.1.10 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-05-18 21:47:13
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4d4ea792e7ea/ Changeset: 4d4ea792e7ea Branch: master User: zzzeek Date: 2017-05-18 21:44:10+00:00 Summary: - Document the most transparent way to set JSON.NULL for a column default. The JSON.NULL value is special in that while it is a Python-side value, it represents "do this special behavior", and is not at all like any other Python-side value for which normally, that's exactly the type of data we want back. So in this case, encourage the user to use a SQL expression that is exact, so in the ORM context, you get back what was actually persisted in the column. There's some variants of this such as literal(JSON.NULL, JSON) but text("'null'") is simpler. Change-Id: I0339fafdc03e4b2f533d53970b2f74c774f2687b Fixes: #3923 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/32300ea9faf7/ Changeset: 32300ea9faf7 Branch: rel_1_1 User: zzzeek Date: 2017-05-18 21:46:18+00:00 Summary: - Document the most transparent way to set JSON.NULL for a column default. The JSON.NULL value is special in that while it is a Python-side value, it represents "do this special behavior", and is not at all like any other Python-side value for which normally, that's exactly the type of data we want back. So in this case, encourage the user to use a SQL expression that is exact, so in the ORM context, you get back what was actually persisted in the column. There's some variants of this such as literal(JSON.NULL, JSON) but text("'null'") is simpler. Change-Id: I0339fafdc03e4b2f533d53970b2f74c774f2687b Fixes: #3923 (cherry picked from commit 4d4ea792e7ea7945de9c9b1e005ce09b2feb45b5) 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-05-17 21:10:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/912fb6c2d54d/ Changeset: 912fb6c2d54d Branch: master User: zzzeek Date: 2017-05-17 21:08:23+00:00 Summary: Add new configuration, inspection for baked queries Added new flag :paramref:`.Session.enable_baked_queries` to the :class:`.Session` to allow baked queries to be disabled session-wide, reducing memory use. Also added new :class:`.Bakery` wrapper so that the bakery returned by :paramref:`.BakedQuery.bakery` can be inspected. Change-Id: I5657af7a99d2b24c89d6aee1343f432728e3f807 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-05-17 15:03:04
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4c6917e1d68a/ Changeset: 4c6917e1d68a Branch: master User: zzzeek Date: 2017-05-17 14:58:37+00:00 Summary: - add complete parameter /return value docs to session.begin() / session.begin_nested(). Fixes #3993 Change-Id: If485d77b364c34d94061d2f48efbde3f8a8adec9 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c050a449def1/ Changeset: c050a449def1 Branch: rel_1_1 User: zzzeek Date: 2017-05-17 15:00:20+00:00 Summary: - add complete parameter /return value docs to session.begin() / session.begin_nested(). Fixes #3993 Change-Id: If485d77b364c34d94061d2f48efbde3f8a8adec9 (cherry picked from commit 4c6917e1d68a8baab7efe10e9ce5e5c8187f65ca) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/96cfda6f640e/ Changeset: 96cfda6f640e Branch: rel_1_0 User: zzzeek Date: 2017-05-17 15:02:09+00:00 Summary: - add complete parameter /return value docs to session.begin() / session.begin_nested(). Fixes #3993 Change-Id: If485d77b364c34d94061d2f48efbde3f8a8adec9 (cherry picked from commit 4c6917e1d68a8baab7efe10e9ce5e5c8187f65ca) 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-05-17 02:14:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2869b86ea442/ Changeset: 2869b86ea442 Branch: master User: zzzeek Date: 2017-05-17 02:13:40+00:00 Summary: - give SelectinLoader its own bakery, dont use mapper level cache - include SelectinLoader itself in the cache key, though this is currently not critical Change-Id: I8e4bcd579277fbe53d9c7eca3552a0b8ab9d7a39 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-05-16 15:01:57
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/75c8b88cddee/ Changeset: 75c8b88cddee Branch: master User: zzzeek Date: 2017-05-16 15:00:41+00:00 Summary: - move additional sections under with_polymorphic missed in the previous change Change-Id: I20217d4d4ebfc033229d87e472ad82d32202617a Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bd528de03353/ Changeset: bd528de03353 Branch: rel_1_1 User: zzzeek Date: 2017-05-16 15:01:12+00:00 Summary: - move additional sections under with_polymorphic missed in the previous change Change-Id: I20217d4d4ebfc033229d87e472ad82d32202617a (cherry picked from commit 75c8b88cddeeadb539fce1c038997d0aebe6f621) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/739cb9ce0dd0/ Changeset: 739cb9ce0dd0 Branch: rel_1_0 User: zzzeek Date: 2017-05-16 15:01:15+00:00 Summary: - move additional sections under with_polymorphic missed in the previous change Change-Id: I20217d4d4ebfc033229d87e472ad82d32202617a (cherry picked from commit 75c8b88cddeeadb539fce1c038997d0aebe6f621) 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-05-16 14:52:31
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6079158b21da/ Changeset: 6079158b21da Branch: master User: zzzeek Date: 2017-05-16 14:51:14+00:00 Summary: - categorize these two with_polymorphic subsections under with_polymorphic Change-Id: I8bd49ac241df4b8645c8f78938d6f8122952d75a Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8eeab26aad26/ Changeset: 8eeab26aad26 Branch: rel_1_1 User: zzzeek Date: 2017-05-16 14:51:36+00:00 Summary: - categorize these two with_polymorphic subsections under with_polymorphic Change-Id: I8bd49ac241df4b8645c8f78938d6f8122952d75a (cherry picked from commit 6079158b21da7598ff37115649bbdd955713eb11) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9b5fa4bfbb29/ Changeset: 9b5fa4bfbb29 Branch: rel_1_0 User: zzzeek Date: 2017-05-16 14:51:39+00:00 Summary: - categorize these two with_polymorphic subsections under with_polymorphic Change-Id: I8bd49ac241df4b8645c8f78938d6f8122952d75a (cherry picked from commit 6079158b21da7598ff37115649bbdd955713eb11) 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-05-16 14:00:51
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7aa50b9b197d/ Changeset: 7aa50b9b197d Branch: master User: zzzeek Date: 2017-05-16 13:59:38+00:00 Summary: - fix broken link Change-Id: I2f3b5ae29600696b34a6afdddc2f94920febf31d Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d36e5db24e9f/ Changeset: d36e5db24e9f Branch: rel_1_1 User: zzzeek Date: 2017-05-16 13:59:52+00:00 Summary: - fix broken link Change-Id: I2f3b5ae29600696b34a6afdddc2f94920febf31d (cherry picked from commit 7aa50b9b197d542b63e86f423865f9bbec7af443) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/29578ec93e54/ Changeset: 29578ec93e54 Branch: rel_1_0 User: zzzeek Date: 2017-05-16 13:59:56+00:00 Summary: - fix broken link Change-Id: I2f3b5ae29600696b34a6afdddc2f94920febf31d (cherry picked from commit 7aa50b9b197d542b63e86f423865f9bbec7af443) 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-05-16 13:53:49
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5329fc481ed1/ Changeset: 5329fc481ed1 Branch: master User: zzzeek Date: 2017-05-16 13:51:06+00:00 Summary: modernize and repair inheritance examples remarkably, the examples for concrete and single were still using classical mappings. Ensure all three examples use modern declarative patterns, each illustrate the identical set of query operations. Use back_populates, flat=True for joins, etc. ensure flake8 linting, correct links and add a link back from newly reworked inheritance documentation. Change-Id: I8465a9badbb0eda804f457ccac599f051ee3c27c Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0a40d5c4a024/ Changeset: 0a40d5c4a024 Branch: rel_1_1 User: zzzeek Date: 2017-05-16 13:53:02+00:00 Summary: modernize and repair inheritance examples remarkably, the examples for concrete and single were still using classical mappings. Ensure all three examples use modern declarative patterns, each illustrate the identical set of query operations. Use back_populates, flat=True for joins, etc. ensure flake8 linting, correct links and add a link back from newly reworked inheritance documentation. Change-Id: I8465a9badbb0eda804f457ccac599f051ee3c27c (cherry picked from commit 5329fc481ed1dcea0e922fd63def3094bda12c91) Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a2ba984121a1/ Changeset: a2ba984121a1 Branch: rel_1_0 User: zzzeek Date: 2017-05-16 13:53:09+00:00 Summary: modernize and repair inheritance examples remarkably, the examples for concrete and single were still using classical mappings. Ensure all three examples use modern declarative patterns, each illustrate the identical set of query operations. Use back_populates, flat=True for joins, etc. ensure flake8 linting, correct links and add a link back from newly reworked inheritance documentation. Change-Id: I8465a9badbb0eda804f457ccac599f051ee3c27c (cherry picked from commit 5329fc481ed1dcea0e922fd63def3094bda12c91) 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-05-12 22:09:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/94a089bc2b42/ Changeset: 94a089bc2b42 Branch: None User: zzzeek Date: 2017-05-12 19:18:45+00:00 Summary: Demote innerjoin to outerjoin coming from with_polymorphic a with_polymorphic, regardless of inheritance type, represents multiple classes. A subclass that wants to joinedload with innerjoin=True needs to be demoted to an outerjoin because the parent entity rows might not be of that type. Looks more intuitive with a joined inheritance load, but applies just as well to single or concrete. Change-Id: I4d3d76106ae20032269f8848aad70a8e2f9422f9 Fixes: #3988 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b5697334789a/ Changeset: b5697334789a Branch: master User: zzzeek Date: 2017-05-12 22:07:49+00:00 Summary: Merge "Demote innerjoin to outerjoin coming from with_polymorphic" 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-05-12 22:07:47
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/06af579db292/ Changeset: 06af579db292 Branch: rel_1_1 User: zzzeek Date: 2017-05-12 14:55:55+00:00 Summary: Cascade mappers in terms of the instance's mapper Fixed a (extremely old) bug in cascade_mappers where the first cascade we do is against the "self" mapper, and not the one that actually corresponds to the state given. These are different in the case where we start with a relationship to a class, and the instance is of a subclass, which itself can have relationships that aren't on the base mapper. A pretty severe bug that somehow has avoided the radar since the beginning. Change-Id: I512956b9757b07e06f3ca1ccb507a33fb10bed31 Fixes: #3986 (cherry picked from commit 0f8721fa52e335ab2abeb548c8914b99a8c5e1fd) 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-05-12 22:07:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0f8721fa52e3/ Changeset: 0f8721fa52e3 Branch: master User: zzzeek Date: 2017-05-12 14:53:54+00:00 Summary: Cascade mappers in terms of the instance's mapper Fixed a (extremely old) bug in cascade_mappers where the first cascade we do is against the "self" mapper, and not the one that actually corresponds to the state given. These are different in the case where we start with a relationship to a class, and the instance is of a subclass, which itself can have relationships that aren't on the base mapper. A pretty severe bug that somehow has avoided the radar since the beginning. Change-Id: I512956b9757b07e06f3ca1ccb507a33fb10bed31 Fixes: #3986 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-05-12 13:26:29
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4352e220ac04/ Changeset: 4352e220ac04 Branch: master User: zzzeek Date: 2017-05-12 13:23:44+00:00 Summary: Add links to with_only_columns to Select.column, append_column Provide a brief example for these two methods indicating that typically a table-bound (or other selectable) column is appended here, then link to with_only_columns documentation which has in-depth guidelines already including that one should not append columns from the current select to itself. Change-Id: I0742405a7f3c41450d337b9c633519d9cc101dfb Fixes: #3987 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/aa14644d1ca0/ Changeset: aa14644d1ca0 Branch: rel_1_1 User: zzzeek Date: 2017-05-12 13:25:07+00:00 Summary: Add links to with_only_columns to Select.column, append_column Provide a brief example for these two methods indicating that typically a table-bound (or other selectable) column is appended here, then link to with_only_columns documentation which has in-depth guidelines already including that one should not append columns from the current select to itself. Change-Id: I0742405a7f3c41450d337b9c633519d9cc101dfb Fixes: #3987 (cherry picked from commit 4352e220ac04d09e120c441e79b1ac12c7ca2c45) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/34a16747c004/ Changeset: 34a16747c004 Branch: rel_1_0 User: zzzeek Date: 2017-05-12 13:25:12+00:00 Summary: Add links to with_only_columns to Select.column, append_column Provide a brief example for these two methods indicating that typically a table-bound (or other selectable) column is appended here, then link to with_only_columns documentation which has in-depth guidelines already including that one should not append columns from the current select to itself. Change-Id: I0742405a7f3c41450d337b9c633519d9cc101dfb Fixes: #3987 (cherry picked from commit 4352e220ac04d09e120c441e79b1ac12c7ca2c45) 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-05-11 00:28:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c872fc472efd/ Changeset: c872fc472efd Branch: rel_1_1 User: zzzeek Date: 2017-05-11 00:27:19+00:00 Summary: Update inheritance documentation. The inheritance documentation is confused, disorganized, and out of date. Reorganize and clarify, in particular in preparation for new inheritance features. Change-Id: Ibe6a35b4b0432bad866a6afb0598b2cf1b509f10 (cherry picked from commit 6194483b73c94565aee62c5867a251a1841db5a9) Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/85534084ce21/ Changeset: 85534084ce21 Branch: rel_1_0 User: zzzeek Date: 2017-05-11 00:27:41+00:00 Summary: Update inheritance documentation. The inheritance documentation is confused, disorganized, and out of date. Reorganize and clarify, in particular in preparation for new inheritance features. Change-Id: Ibe6a35b4b0432bad866a6afb0598b2cf1b509f10 (cherry picked from commit 6194483b73c94565aee62c5867a251a1841db5a9) 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-05-11 00:27:01
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6194483b73c9/ Changeset: 6194483b73c9 Branch: None User: zzzeek Date: 2017-05-11 00:21:40+00:00 Summary: Update inheritance documentation. The inheritance documentation is confused, disorganized, and out of date. Reorganize and clarify, in particular in preparation for new inheritance features. Change-Id: Ibe6a35b4b0432bad866a6afb0598b2cf1b509f10 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/159f5951178e/ Changeset: 159f5951178e Branch: master User: zzzeek Date: 2017-05-11 00:26:30+00:00 Summary: Merge "Update inheritance documentation." 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-05-10 18:22:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c4f28097aa6a/ Changeset: c4f28097aa6a Branch: None User: zzzeek Date: 2017-05-10 18:21:07+00:00 Summary: Add conditionals specific to deferred for expire ro properties Fixed bug where a :func:`.column_property` that is also marked as "deferred" would be marked as "expired" during a flush, causing it to be loaded along with the unexpiry of regular attributes even though this attribute was never accessed. Change-Id: Iaa9e17b66ece30a8e729e4af746b31ff99b1ec9a Fixes: #3984 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7455e7eba903/ Changeset: 7455e7eba903 Branch: master User: zzzeek Date: 2017-05-10 18:21:33+00:00 Summary: Merge "Add conditionals specific to deferred for expire ro properties" 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-05-10 18:10:37
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3e3554d37ca5/ Changeset: 3e3554d37ca5 Branch: master User: kataev Date: 2017-05-10 12:36:09+00:00 Summary: Fix docs syntax error Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/431f5340bfeb/ Changeset: 431f5340bfeb Branch: rel_1_1 User: kataev Date: 2017-05-10 18:09:46+00:00 Summary: Fix docs syntax error (cherry picked from commit 3e3554d37ca589218c13f9b2969801dccbbdfa2c) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d1a552c29d47/ Changeset: d1a552c29d47 Branch: rel_1_0 User: kataev Date: 2017-05-10 18:09:53+00:00 Summary: Fix docs syntax error (cherry picked from commit 3e3554d37ca589218c13f9b2969801dccbbdfa2c) 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-05-09 19:51:56
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ab1eb8109221/ Changeset: ab1eb8109221 Branch: None User: zzzeek Date: 2017-05-09 16:18:10+00:00 Summary: Use regexp to parse cx_oracle version string Fixed bug in cx_Oracle dialect where version string parsing would fail for cx_Oracle version 6.0b1 due to the "b" character. Version string parsing is now via a regexp rather than a simple split. Change-Id: I2af7172b0d7184e3ea3bd051e9fa8d6ca2a571cd Fixes: #3975 (cherry picked from commit 50484eda7787c3e83c9c88c1841fc63b348ca23c) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/93afd626d359/ Changeset: 93afd626d359 Branch: rel_1_1 User: zzzeek Date: 2017-05-09 19:51:25+00:00 Summary: Merge "Use regexp to parse cx_oracle version string" into rel_1_1 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-05-09 19:51:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/13c2a8a51053/ Changeset: 13c2a8a51053 Branch: None User: zzzeek Date: 2017-05-09 16:18:27+00:00 Summary: Use regexp to parse cx_oracle version string Fixed bug in cx_Oracle dialect where version string parsing would fail for cx_Oracle version 6.0b1 due to the "b" character. Version string parsing is now via a regexp rather than a simple split. Change-Id: I2af7172b0d7184e3ea3bd051e9fa8d6ca2a571cd Fixes: #3975 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1ed19fc623f9/ Changeset: 1ed19fc623f9 Branch: master User: zzzeek Date: 2017-05-09 19:51:08+00:00 Summary: Merge "Use regexp to parse cx_oracle version string" 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-05-09 16:20:13
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/79de9945290d/ Changeset: 79de9945290d Branch: rel_1_1 User: Jacob Hayes Date: 2017-05-09 15:46:50+00:00 Summary: Support autocommit for GRANT and REVOKE on postgresql Extends `AUTOCOMMIT_REGEXP` for the postgres dialect to include `GRANT` and `REVOKE`. Change-Id: Iba15f1ebf5bd7bc0fc1193fdf561417e53bf5d57 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/357 (cherry picked from commit 328248e6e31100aae03f060b83488f3116cd3450) 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-05-09 16:19:49
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/735fbfdf4907/ Changeset: 735fbfdf4907 Branch: master User: Jacob Hayes Date: 2017-05-09 14:34:45+00:00 Summary: Support autocommit for GRANT and REVOKE on postgresql Extends `AUTOCOMMIT_REGEXP` for the postgres dialect to include `GRANT` and `REVOKE`. Change-Id: Iba15f1ebf5bd7bc0fc1193fdf561417e53bf5d57 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/357 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-05-09 14:37:48
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/22570c3181ef/ Changeset: 22570c3181ef Branch: master User: zzzeek Date: 2017-05-08 22:36:57+00:00 Summary: Protect against cls weakref becoming None Protected against testing "None" as a class in the case where declarative classes are being garbage collected and new automap prepare() operations are taking place concurrently, very infrequently hitting a weakref that has not been fully acted upon after gc. Change-Id: I32e1dfc5ac46bac4127fe808cfd18368e2fad9dd 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-05-09 14:28:14
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e3035661f4d3/ Changeset: e3035661f4d3 Branch: rel_1_1 User: zzzeek Date: 2017-05-08 22:37:40+00:00 Summary: Protect against cls weakref becoming None Protected against testing "None" as a class in the case where declarative classes are being garbage collected and new automap prepare() operations are taking place concurrently, very infrequently hitting a weakref that has not been fully acted upon after gc. Change-Id: I32e1dfc5ac46bac4127fe808cfd18368e2fad9dd (cherry picked from commit 22570c3181ef4e98c548c2f6254a0c7585568f06) 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-05-08 22:04:03
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8e17496421ef/ Changeset: 8e17496421ef Branch: None User: LunarShaddow Date: 2017-05-05 06:38:41+00:00 Summary: remove ambiguous line breakers to help sphinx identify code block Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3d19fb6d53c2/ Changeset: 3d19fb6d53c2 Branch: None User: LunarShaddow Date: 2017-05-08 04:31:50+00:00 Summary: Break the lines to fit pdf and fix another broken syntax Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a2e7b4c5fa71/ Changeset: a2e7b4c5fa71 Branch: master User: zzzeek Date: 2017-05-08 21:55:28+00:00 Summary: Merge branch 'master' of https://github.com/aflyhorse/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2d5477e12ba6/ Changeset: 2d5477e12ba6 Branch: rel_1_1 User: LunarShaddow Date: 2017-05-08 21:58:33+00:00 Summary: Break the lines to fit pdf and fix another broken syntax (cherry picked from commit 3d19fb6d53c2aa0fdb7944569fa697c75785634c) Change-Id: I17334d7673c645505af4eaaf2112544f2fa5e625 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/714fd6a015ec/ Changeset: 714fd6a015ec Branch: rel_1_0 User: LunarShaddow Date: 2017-05-08 22:00:57+00:00 Summary: Break the lines to fit pdf and fix another broken syntax (cherry picked from commit 3d19fb6d53c2aa0fdb7944569fa697c75785634c) Change-Id: Ib3460a95f3387b51075c23600cb394b0af08d8f2 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. |