sqlalchemy-commits Mailing List for SQLAlchemy (Page 64)
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...> - 2014-06-29 03:35:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3be078425fdc/ Changeset: 3be078425fdc Branch: None User: zzzeek Date: 2014-06-29 05:34:05 Summary: - cut out some calls by inlining the calls to get_history() Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/99f4129c9059/ Changeset: 99f4129c9059 Branch: rel_0_9 User: zzzeek Date: 2014-06-29 05:34:39 Summary: - cut out some calls by inlining the calls to get_history() 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...> - 2014-06-27 20:12:15
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a96267639a91/ Changeset: a96267639a91 Branch: rel_0_8 User: zzzeek Date: 2014-06-27 22:11:56 Summary: - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` system, whereby using a :class:`.TypeDecorator` in conjunction with variant would fail with an MRO error when a comparison operator was used. fixes #3102 Conflicts: lib/sqlalchemy/sql/type_api.py 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...> - 2014-06-27 20:11:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/01215cdaef45/ Changeset: 01215cdaef45 Branch: None User: zzzeek Date: 2014-06-27 22:08:42 Summary: - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` system, whereby using a :class:`.TypeDecorator` in conjunction with variant would fail with an MRO error when a comparison operator was used. fixes #3102 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c0ca5a990744/ Changeset: c0ca5a990744 Branch: rel_0_9 User: zzzeek Date: 2014-06-27 22:09:16 Summary: - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` system, whereby using a :class:`.TypeDecorator` in conjunction with variant would fail with an MRO error when a comparison operator was used. fixes #3102 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...> - 2014-06-27 20:08:15
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3d7cd1741b02/ Changeset: 3d7cd1741b02 Branch: None User: zzzeek Date: 2014-06-27 22:07:05 Summary: wrong version number Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d836dcb02adb/ Changeset: d836dcb02adb Branch: rel_0_9 User: zzzeek Date: 2014-06-27 22:07:28 Summary: wrong version number Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/50cb349294c5/ Changeset: 50cb349294c5 Branch: rel_0_8 User: zzzeek Date: 2014-06-27 22:07:44 Summary: wrong version number 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...> - 2014-06-27 19:53:32
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3ea154fbf5db/ Changeset: 3ea154fbf5db Branch: None User: zzzeek Date: 2014-06-27 21:52:40 Summary: - MySQL error 2014 "commands out of sync" appears to be raised as a ProgrammingError, not OperationalError, in modern MySQL-Python versions; all MySQL error codes that are tested for "is disconnect" are now checked within OperationalError and ProgrammingError regardless. fixes #3101 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9b86d7ce70b0/ Changeset: 9b86d7ce70b0 Branch: rel_0_9 User: zzzeek Date: 2014-06-27 21:53:00 Summary: - MySQL error 2014 "commands out of sync" appears to be raised as a ProgrammingError, not OperationalError, in modern MySQL-Python versions; all MySQL error codes that are tested for "is disconnect" are now checked within OperationalError and ProgrammingError regardless. fixes #3101 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/034912c1d869/ Changeset: 034912c1d869 Branch: rel_0_8 User: zzzeek Date: 2014-06-27 21:53:05 Summary: - MySQL error 2014 "commands out of sync" appears to be raised as a ProgrammingError, not OperationalError, in modern MySQL-Python versions; all MySQL error codes that are tested for "is disconnect" are now checked within OperationalError and ProgrammingError regardless. fixes #3101 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...> - 2014-06-26 18:59:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f2cf62090c4f/ Changeset: f2cf62090c4f Branch: None User: zzzeek Date: 2014-06-26 20:58:42 Summary: - Fixed bug involving dynamic attributes, that was again a regression of :ticket:`3060` from verision 0.9.5. A self-referential relationship with lazy='dynamic' would raise a TypeError within a flush operation. fixes #3099 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3494c525eca4/ Changeset: 3494c525eca4 Branch: rel_0_9 User: zzzeek Date: 2014-06-26 20:59:16 Summary: - Fixed bug involving dynamic attributes, that was again a regression of :ticket:`3060` from verision 0.9.5. A self-referential relationship with lazy='dynamic' would raise a TypeError within a flush operation. fixes #3099 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...> - 2014-06-25 18:31:47
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ca58fa5d9338/ Changeset: ca58fa5d9338 Branch: None User: zzzeek Date: 2014-06-25 20:30:25 Summary: - Fixed bug when the declarative ``__abstract__`` flag was not being distinguished for when it was actually the value ``False``. The ``__abstract__`` flag needs to acutally evaluate to a True value at the level being tested. fixes #3097 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2ad0ddca4c92/ Changeset: 2ad0ddca4c92 Branch: rel_0_9 User: zzzeek Date: 2014-06-25 20:30:58 Summary: - Fixed bug when the declarative ``__abstract__`` flag was not being distinguished for when it was actually the value ``False``. The ``__abstract__`` flag needs to acutally evaluate to a True value at the level being tested. fixes #3097 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/feda84e5b2c4/ Changeset: feda84e5b2c4 Branch: None User: zzzeek Date: 2014-06-25 20:31:18 Summary: add missing release date 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...> - 2014-06-25 18:24:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/89a6e3480321/ Changeset: 89a6e3480321 Branch: None User: zzzeek Date: 2014-06-25 20:23:27 Summary: - add a test to confirm #3096, we definitely get a timedelta Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f8d894343862/ Changeset: f8d894343862 Branch: rel_0_9 User: zzzeek Date: 2014-06-25 20:23:48 Summary: - add a test to confirm #3096, we definitely get a timedelta 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...> - 2014-06-24 18:27:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0fe8ebcf0038/ Changeset: 0fe8ebcf0038 Branch: rel_0_9 User: zzzeek Date: 2014-06-24 20:26:37 Summary: - this is 0.9.7 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...> - 2014-06-24 16:28:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9e712932061c/ Changeset: 9e712932061c Branch: rel_0_9 User: uralbash Date: 2014-06-24 18:27:45 Summary: fix pullreq link in changelog_09.rst edited online with Bitbucket 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...> - 2014-06-24 16:27:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3be189e5d1b1/ Changeset: 3be189e5d1b1 Branch: None User: uralbash Date: 2014-06-24 07:12:14 Summary: fix pullreq link in changelog_09.rst edited online with Bitbucket Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/725ed1b29ff3/ Changeset: 725ed1b29ff3 Branch: master User: zzzeek Date: 2014-06-24 18:27:01 Summary: Merged in uralbash/sqlalchemy/uralbash/fix-pullreq-link-in-changelog_09rst-edit-1403586718274 (pull request #23) fix pullreq link in changelog_09.rst edited online with Bitbucket 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...> - 2014-06-24 16:25:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c55e519764b0/ Changeset: c55e519764b0 Branch: rel_0_9 User: zzzeek Date: 2014-06-24 18:25:07 Summary: - write some really complete docs on MSSQL autoincrement, fixes #3094 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/02b0af4f7ce2/ Changeset: 02b0af4f7ce2 Branch: None User: zzzeek Date: 2014-06-24 18:25:28 Summary: - write some really complete docs on MSSQL autoincrement, fixes #3094 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...> - 2014-06-23 23:53:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d7641af22c9a/ Changeset: d7641af22c9a Branch: rel_0_9 User: zzzeek Date: 2014-06-24 01:01:30 Summary: 0.9.6 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-06-23 23:52:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f10eb28d90cb/ Changeset: f10eb28d90cb Branch: None User: zzzeek Date: 2014-06-24 01:50:23 Summary: - reverse course in #3061 so that we instead no longer set None in the attribute when we do a get; we return the None as always but we leave the dict blank and the loader callable still in place. The case for this implicit get on a pending object is not super common and there really should be no change in state at all when this operation proceeds. This change is more dramatic as it reverses a behavior SQLA has had since the first release. fixes #3061 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...> - 2014-06-23 22:45:52
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cb9000f7937a/ Changeset: cb9000f7937a Branch: rel_0_9 User: zzzeek Date: 2014-06-24 00:45:22 Summary: 0.9.6 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...> - 2014-06-23 22:44:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/080ae2f15f8d/ Changeset: 080ae2f15f8d Branch: rel_0_9 User: zzzeek Date: 2014-06-24 00:38:23 Summary: - Reverted the change for :ticket:`3060` - this is a unit of work fix that is updated more comprehensively in 1.0 via :ticket:`3061`. The fix in :ticket:`3060` unfortunately produces a new issue whereby an eager load of a many-to-one attribute can produce an event that is interpreted into an attribute change. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7e7447db1ff1/ Changeset: 7e7447db1ff1 Branch: None User: zzzeek Date: 2014-06-24 00:42:54 Summary: - Reverted the change for :ticket:`3060` - this is a unit of work fix that is updated more comprehensively in 1.0 via :ticket:`3061`. The fix in :ticket:`3060` unfortunately produces a new issue whereby an eager load of a many-to-one attribute can produce an event that is interpreted into an attribute change. 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...> - 2014-06-23 15:31:13
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/847c0a8cbef9/ Changeset: 847c0a8cbef9 Branch: rel_0_9 User: zzzeek Date: 2014-06-23 17:17:39 Summary: 0.9.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...> - 2014-06-23 15:31:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ea54b635d66b/ Changeset: ea54b635d66b Branch: master User: zzzeek Date: 2014-06-23 17:30:36 Summary: 0.9.5 released date 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...> - 2014-06-23 15:13:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/179a3551bdeb/ Changeset: 179a3551bdeb Branch: None User: zzzeek Date: 2014-06-23 17:12:47 Summary: fix changelog Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/81ffb825ce37/ Changeset: 81ffb825ce37 Branch: rel_0_9 User: zzzeek Date: 2014-06-23 17:12:57 Summary: fix 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...> - 2014-06-22 00:28:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/20e64ad6b8bd/ Changeset: 20e64ad6b8bd Branch: None User: zzzeek Date: 2014-06-22 02:27:19 Summary: - use new Or() directive to test for both SQL variants here, which can vary based on hash ordering of the ClassManager Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/88642989deca/ Changeset: 88642989deca Branch: rel_0_9 User: zzzeek Date: 2014-06-22 02:27:48 Summary: - use new Or() directive to test for both SQL variants here, which can vary based on hash ordering of the ClassManager 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...> - 2014-06-21 22:13:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/650403ee643d/ Changeset: 650403ee643d Branch: None User: zzzeek Date: 2014-06-22 00:11:04 Summary: - fix test failures Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e0d8e1ad89d2/ Changeset: e0d8e1ad89d2 Branch: rel_0_9 User: zzzeek Date: 2014-06-22 00:11:19 Summary: - fix test failures 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...> - 2014-06-20 22:48:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a1bbf3a00567/ Changeset: a1bbf3a00567 Branch: None User: zzzeek Date: 2014-06-21 00:47:28 Summary: - Additional checks have been added for the case where an inheriting mapper is implicitly combining one of its column-based attributes with that of the parent, where those columns normally don't necessarily share the same value. This is an extension of an existing check that was added via :ticket:`1892`; however this new check emits only a warning, instead of an exception, to allow for applications that may be relying upon the existing behavior. fixes #3042 Affected #: 12 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cc3d6e9a4efa/ Changeset: cc3d6e9a4efa Branch: rel_0_9 User: zzzeek Date: 2014-06-21 00:48:08 Summary: - Additional checks have been added for the case where an inheriting mapper is implicitly combining one of its column-based attributes with that of the parent, where those columns normally don't necessarily share the same value. This is an extension of an existing check that was added via :ticket:`1892`; however this new check emits only a warning, instead of an exception, to allow for applications that may be relying upon the existing behavior. fixes #3042 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...> - 2014-06-20 22:06:58
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bd56485f4c15/ Changeset: bd56485f4c15 Branch: None User: zzzeek Date: 2014-06-21 00:03:28 Summary: - The :paramref:`.Column.nullable` flag is implicitly set to ``False`` when that :class:`.Column` is referred to in an explicit :class:`.PrimaryKeyConstraint` for that table. This behavior now matches that of when the :class:`.Column` itself has the :paramref:`.Column.primary_key` flag set to ``True``, which is intended to be an exactly equivalent case. fixes #3023 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ca99fca50d2c/ Changeset: ca99fca50d2c Branch: None User: zzzeek Date: 2014-06-21 00:03:52 Summary: - The :paramref:`.Column.nullable` flag is implicitly set to ``False`` when that :class:`.Column` is referred to in an explicit :class:`.PrimaryKeyConstraint` for that table. This behavior now matches that of when the :class:`.Column` itself has the :paramref:`.Column.primary_key` flag set to ``True``, which is intended to be an exactly equivalent case. fixes #3023 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/018ac859dc66/ Changeset: 018ac859dc66 Branch: None User: zzzeek Date: 2014-06-21 00:04:26 Summary: add missing version markers Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/002c6c524341/ Changeset: 002c6c524341 Branch: None User: zzzeek Date: 2014-06-21 00:04:44 Summary: add missing version markers Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d7f467fcd531/ Changeset: d7f467fcd531 Branch: None User: zzzeek Date: 2014-06-21 00:06:15 Summary: additional version notes Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7edb38e703c6/ Changeset: 7edb38e703c6 Branch: rel_0_9 User: zzzeek Date: 2014-06-21 00:06:30 Summary: additional version notes Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7b5d45988af8/ Changeset: 7b5d45988af8 Branch: rel_0_8 User: zzzeek Date: 2014-06-21 00:06:35 Summary: additional version notes 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...> - 2014-06-20 21:58:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/42bbb7163ada/ Changeset: 42bbb7163ada Branch: None User: zzzeek Date: 2014-06-20 23:58:06 Summary: - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. While "oid" is generally a private type within PG that is not exposed in modern versions, there are some PG use cases such as large object support where these types might be exposed, as well as within some user-reported schema reflection use cases. fixes #3002 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/634127c3fce9/ Changeset: 634127c3fce9 Branch: rel_0_9 User: zzzeek Date: 2014-06-20 23:58:35 Summary: - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. While "oid" is generally a private type within PG that is not exposed in modern versions, there are some PG use cases such as large object support where these types might be exposed, as well as within some user-reported schema reflection use cases. fixes #3002 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...> - 2014-06-18 14:57:25
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a46932422b9b/ Changeset: a46932422b9b Branch: None User: zzzeek Date: 2014-06-18 16:56:23 Summary: - Fixed bug where column names added to ``mysql_length`` parameter on an index needed to have the same quoting for quoted names in order to be recognized. The fix makes the quotes optional but also provides the old behavior for backwards compatibility with those using the workaround. fixes #3085 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4bab5e97b1f4/ Changeset: 4bab5e97b1f4 Branch: rel_0_9 User: zzzeek Date: 2014-06-18 16:56:52 Summary: - Fixed bug where column names added to ``mysql_length`` parameter on an index needed to have the same quoting for quoted names in order to be recognized. The fix makes the quotes optional but also provides the old behavior for backwards compatibility with those using the workaround. fixes #3085 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6f9a8034ca20/ Changeset: 6f9a8034ca20 Branch: rel_0_8 User: zzzeek Date: 2014-06-18 16:56:57 Summary: - Fixed bug where column names added to ``mysql_length`` parameter on an index needed to have the same quoting for quoted names in order to be recognized. The fix makes the quotes optional but also provides the old behavior for backwards compatibility with those using the workaround. fixes #3085 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. |