sqlalchemy-commits Mailing List for SQLAlchemy (Page 33)
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-10-22 21:31:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e4bfe2aa4b52/ Changeset: e4bfe2aa4b52 Branch: None User: graingert Date: 2015-08-19 18:15:40+00:00 Summary: Link to maintained redshift dialect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c2c4fc14d592/ Changeset: c2c4fc14d592 Branch: None User: zzzeek Date: 2015-10-22 21:27:44+00:00 Summary: Merge remote-tracking branch 'origin/pr/196' into pr196 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-10-22 21:31:23
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d204f3bb54ef/ Changeset: d204f3bb54ef Branch: rel_1_0 User: graingert Date: 2015-10-22 21:28:34+00:00 Summary: Link to maintained redshift dialect (cherry picked from commit e4bfe2aa4b5246207837b0b1c3ac99483e20498b) 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-10-22 21:31:14
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fb3d26c8c3a1/ Changeset: fb3d26c8c3a1 Branch: rel_0_9 User: graingert Date: 2015-10-22 21:28:56+00:00 Summary: Link to maintained redshift dialect (cherry picked from commit e4bfe2aa4b5246207837b0b1c3ac99483e20498b) 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-10-22 16:44:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2daaacef0477/ Changeset: 2daaacef0477 Branch: None User: zzzeek Date: 2015-10-22 15:58:25+00:00 Summary: - update the pool pessimistic invalidation recipe to refer to the engine_connect event, allowing easy detection of disconnects and full invalidation of the pool Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/73653355651a/ Changeset: 73653355651a Branch: rel_1_0 User: zzzeek Date: 2015-10-22 15:59:04+00:00 Summary: - update the pool pessimistic invalidation recipe to refer to the engine_connect event, allowing easy detection of disconnects and full invalidation of the pool (cherry picked from commit 2daaacef047718856623f43ea55d09abfa2a2dd7) 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-10-20 22:15:07
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3ffe8569fbaa/ Changeset: 3ffe8569fbaa Branch: None User: zzzeek Date: 2015-10-20 22:01:52+00:00 Summary: - try to make this language more succinct and fix links Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/426020464749/ Changeset: 426020464749 Branch: rel_1_0 User: zzzeek Date: 2015-10-20 22:01:52+00:00 Summary: 1.0.9 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/13278d110804/ Changeset: 13278d110804 Branch: None User: zzzeek Date: 2015-10-20 22:13:16+00:00 Summary: - try to make this language more succinct and fix links (cherry picked from commit 3ffe8569fbaa72c2d844604b600c4661097339eb) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8a4a1fd70ab9/ Changeset: 8a4a1fd70ab9 Branch: None User: zzzeek Date: 2015-10-20 22:14:26+00:00 Summary: - release date for 1.0.9 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-10-19 22:49:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5bc5adb6270b/ Changeset: 5bc5adb6270b Branch: None User: zzzeek Date: 2015-10-19 22:48:58+00:00 Summary: - use is_() here to more clearly show what's going wrong on occasional pypy test runs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e8638373a3dc/ Changeset: e8638373a3dc Branch: rel_1_0 User: zzzeek Date: 2015-10-19 22:49:23+00:00 Summary: - use is_() here to more clearly show what's going wrong on occasional pypy test runs (cherry picked from commit 5bc5adb6270bd5c7ef0564973cbd765aa371fbca) 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-10-19 18:23:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/668fd9600dc4/ Changeset: 668fd9600dc4 Branch: rel_1_0 User: zzzeek Date: 2015-10-19 18:21:56+00:00 Summary: - adjust 4f54607923a11669961b53f where we still allow_multirow as long as versioning isn't needed, fixes test_unitofworkv2->test_update_multi_missing_broken_multi_rowcount Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8e9a81a19e9b/ Changeset: 8e9a81a19e9b Branch: None User: zzzeek Date: 2015-10-19 18:22:31+00:00 Summary: - adjust 4f54607923a11669961b53f where we still allow_multirow as long as versioning isn't needed, fixes test_unitofworkv2->test_update_multi_missing_broken_multi_rowcount 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-10-19 16:18:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1e0afd584c12/ Changeset: 1e0afd584c12 Branch: None User: zzzeek Date: 2015-10-19 16:17:37+00:00 Summary: - Fixed regression in 1.0 where new feature of using "executemany" for UPDATE statements in the ORM (e.g. :ref:`feature_updatemany`) would break on Postgresql and other RETURNING backends when using server-side version generation schemes, as the server side value is retrieved via RETURNING which is not supported with executemany. fixes #3556 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4f54607923a1/ Changeset: 4f54607923a1 Branch: rel_1_0 User: zzzeek Date: 2015-10-19 16:18:02+00:00 Summary: - Fixed regression in 1.0 where new feature of using "executemany" for UPDATE statements in the ORM (e.g. :ref:`feature_updatemany`) would break on Postgresql and other RETURNING backends when using server-side version generation schemes, as the server side value is retrieved via RETURNING which is not supported with executemany. fixes #3556 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-10-11 16:45:00
|
15 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fc73036865a0/ Changeset: fc73036865a0 Branch: None User: Gorka Eguileor Date: 2015-09-24 13:35:13+00:00 Summary: Preserve order in update method In some DBs the UPDATE operation is order dependent, so the operation behaves differently depending on the order of the values. As an example, imagine a volumes table with columns 'status' and 'previous_status' and we want to update a volume that has 'available' in the status column. If the SQL query is performed as: UPDATE volumes SET previous_status=status, status='new' WHERE id=1; This will result in a volume with 'new' status and 'available' previous_status both on SQLite and MariaDB, but if we reverse the columns: UPDATE volumes SET status='new', previous_status=status WHERE id=1; We will get the same result in SQLite but will result in a volume with status and previous_status set to 'new' in MariaDB, which is not what we want. So order must be taken into consideration in some cases and it should be allowed to ve specified via the Query update method or the values method of an update. This patch fixes this issue by preserving the order of parameters in updates and allowing to receive not only dictionaries in update and values but also ordered dictionaries and list/tuples of value pairs (like dict and OrderedDict do). fixes #3541 Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9fb76d759678/ Changeset: 9fb76d759678 Branch: None User: Gorka Eguileor Date: 2015-09-29 18:29:33+00:00 Summary: Only preserve order in updates if tuple/dict To avoid penalties for updates that do not require ordering, we will only use OrderedDict for updates that receive a tuple or list of pairs, and all kinds of dictionaries (dict, sqlalchemy's OrderedDict, or collections.OrderedDict) will be treateated as unordered updates, just like we were doing before. This way this new feature will not change how updates behave for any existing code and will only affect those that use the new ordered feature. This patch reverts update tests to how they were before as well as adds a couple of tests to confirm that OrderedDicts are really treated like normal dicts. Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ddb43cebf68b/ Changeset: ddb43cebf68b Branch: None User: Gorka Eguileor Date: 2015-09-30 16:45:05+00:00 Summary: Postpone parameters change in ordered updates Postpone as much as possible the change of update parameters to OrderedDict from list or tuple of pairs. This way we won't have problems with query's update method. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ef816f23290a/ Changeset: ef816f23290a Branch: None User: Gorka Eguileor Date: 2015-10-02 16:22:33+00:00 Summary: Only check once if parameters are ordered Instead of checking multiple times if parameters are a dictionary in the form of a tuple or list of value pairs, we check it only once and then store it in the statement so it can be used on compilation time. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c6ba1a7d4c2b/ Changeset: c6ba1a7d4c2b Branch: None User: Gorka Eguileor Date: 2015-10-05 08:42:09+00:00 Summary: Remove dict comprehension for py26 compatibility Remove added dict comprehensions that make this patch set non python 2.6 compatible. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/44e5a31ccee5/ Changeset: 44e5a31ccee5 Branch: None User: Gorka Eguileor Date: 2015-10-08 11:24:02+00:00 Summary: Reduce the numbers of calls to isinstance Change _process_colparams method to remove duplicate isinstance calls and try to speed up processing of the parameters. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/58ad3b5ed782/ Changeset: 58ad3b5ed782 Branch: pr200 User: zzzeek Date: 2015-10-09 21:18:00+00:00 Summary: Merge remote-tracking branch 'origin/pr/200' into pr200 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2a8a06e33af6/ Changeset: 2a8a06e33af6 Branch: None User: zzzeek Date: 2015-10-11 16:00:39+00:00 Summary: - repair laziness about setting time zone here, which is leaking out depending on connection pool state Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e6779d84376e/ Changeset: e6779d84376e Branch: None User: zzzeek Date: 2015-10-11 16:08:53+00:00 Summary: - repair flake8 issues Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/affcfd1e529c/ Changeset: affcfd1e529c Branch: None User: zzzeek Date: 2015-10-11 16:26:45+00:00 Summary: - modernize some very old global-engine tests w/ bad teardowns Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/48ad282e379d/ Changeset: 48ad282e379d Branch: None User: zzzeek Date: 2015-10-11 16:27:31+00:00 Summary: - repair laziness about setting time zone here, which is leaking out depending on connection pool state (cherry picked from commit 2a8a06e33af60705faf3e7601ec7b3e31e44f8fb) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9b7a00d93bc3/ Changeset: 9b7a00d93bc3 Branch: None User: zzzeek Date: 2015-10-11 16:28:20+00:00 Summary: - repair flake8 issues (cherry picked from commit e6779d84376e32941be36a97c75ecd4ab6d480d8) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fa829d0e1b68/ Changeset: fa829d0e1b68 Branch: rel_1_0 User: zzzeek Date: 2015-10-11 16:32:33+00:00 Summary: - modernize some very old global-engine tests w/ bad teardowns (cherry picked from commit affcfd1e529ccb11f56203f5805711a15072a7ab) Conflicts: test/dialect/postgresql/test_query.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/08fa2f29e707/ Changeset: 08fa2f29e707 Branch: rel_0_9 User: zzzeek Date: 2015-10-11 16:34:12+00:00 Summary: - repair laziness about setting time zone here, which is leaking out depending on connection pool state (cherry picked from commit 2a8a06e33af60705faf3e7601ec7b3e31e44f8fb) (cherry picked from commit 48ad282e379d49cf6d6eb97dc0739fa0f29f5464) Conflicts: test/dialect/postgresql/test_query.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/322f8f18f519/ Changeset: 322f8f18f519 Branch: None User: zzzeek Date: 2015-10-11 16:44:29+00:00 Summary: - exclude this from unpredictable gc 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-10-09 22:02:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d08c6abc21d/ Changeset: 9d08c6abc21d Branch: None User: zzzeek Date: 2015-10-09 22:01:43+00:00 Summary: - Added the :paramref:`.AssociationProxy.info` parameter to the :class:`.AssociationProxy` constructor, to suit the :attr:`.AssociationProxy.info` accessor that was added in :ticket:`2971`. This is possible because :class:`.AssociationProxy` is constructed explicitly, unlike a hybrid which is constructed implicitly via the decorator syntax. fixes #3551 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b63229aebe8d/ Changeset: b63229aebe8d Branch: rel_1_0 User: zzzeek Date: 2015-10-09 22:02:19+00:00 Summary: - Added the :paramref:`.AssociationProxy.info` parameter to the :class:`.AssociationProxy` constructor, to suit the :attr:`.AssociationProxy.info` accessor that was added in :ticket:`2971`. This is possible because :class:`.AssociationProxy` is constructed explicitly, unlike a hybrid which is constructed implicitly via the decorator syntax. fixes #3551 (cherry picked from commit 9d08c6abc21dcf3d832897d38aaba84aeaa14fa6) 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...> - 2015-10-09 21:12:23
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2e5e6ff96cc9/ Changeset: 2e5e6ff96cc9 Branch: None User: Eric Siegerman Date: 2015-09-28 16:08:19+00:00 Summary: Remplement Query.one() in terms of .one_or_none() Thanks to Mike Bayer for suggesting a simpler refactoring. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/78a7bbdb3b09/ Changeset: 78a7bbdb3b09 Branch: None User: zzzeek Date: 2015-10-09 21:11:56+00:00 Summary: Merge remote-tracking branch 'origin/pr/203' 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...> - 2015-10-09 21:10:41
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a47e863dc563/ Changeset: a47e863dc563 Branch: None User: zzzeek Date: 2015-10-09 21:10:08+00:00 Summary: - this was supposed to be client-side SQL default not server side 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-10-09 21:08:23
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/febe0c0faae6/ Changeset: febe0c0faae6 Branch: None User: Eric Siegerman Date: 2015-09-28 16:12:27+00:00 Summary: Doc fix Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2ef7c5e49990/ Changeset: 2ef7c5e49990 Branch: None User: zzzeek Date: 2015-10-09 21:07:52+00:00 Summary: Merge remote-tracking branch 'origin/pr/205' 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-10-08 21:03:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/845500280d58/ Changeset: 845500280d58 Branch: None User: zzzeek Date: 2015-10-08 21:02:55+00:00 Summary: - open up autoincrement for columns that have a default; autoinc is usually "auto" now so True can indicate the dialect would support this 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...> - 2015-10-08 04:34:29
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f8eb7c285844/ Changeset: f8eb7c285844 Branch: None User: peterdemin Date: 2015-10-07 15:38:48+00:00 Summary: Update base.py Docstring typo keysowrds => keywords Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/956c26d07712/ Changeset: 956c26d07712 Branch: None User: zzzeek Date: 2015-10-08 04:33:02+00:00 Summary: Merge remote-tracking branch 'origin/pr/208' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/abc805d1a20b/ Changeset: abc805d1a20b Branch: rel_1_0 User: peterdemin Date: 2015-10-08 04:33:48+00:00 Summary: Update base.py Docstring typo keysowrds => keywords (cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1781257fbf09/ Changeset: 1781257fbf09 Branch: rel_0_9 User: peterdemin Date: 2015-10-08 04:33:53+00:00 Summary: Update base.py Docstring typo keysowrds => keywords (cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1ac552102910/ Changeset: 1ac552102910 Branch: rel_0_8 User: peterdemin Date: 2015-10-08 04:33:59+00:00 Summary: Update base.py Docstring typo keysowrds => keywords (cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/24663b99581b/ Changeset: 24663b99581b Branch: rel_0_7 User: peterdemin Date: 2015-10-08 04:34:06+00:00 Summary: Update base.py Docstring typo keysowrds => keywords (cherry picked from commit f8eb7c2858443649190b735c587c190ae90b6106) 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-10-08 03:42:06
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/21b5d353ce86/ Changeset: 21b5d353ce86 Branch: None User: zzzeek Date: 2015-10-08 03:41:24+00:00 Summary: - for DB's w/o a real "autoincrement", reflection should be returning "auto", doesn't matter if there's a default here 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-10-07 14:05:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/61fc1d07160b/ Changeset: 61fc1d07160b Branch: ticket_3216 User: zzzeek Date: 2015-10-07 14:01:35+00:00 Summary: - tweaks Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/414af7b61291/ Changeset: 414af7b61291 Branch: None User: zzzeek Date: 2015-10-07 14:02:45+00:00 Summary: - The system by which a :class:`.Column` considers itself to be an "auto increment" column has been changed, such that autoincrement is no longer implicitly enabled for a :class:`.Table` that has a composite primary key. In order to accommodate being able to enable autoincrement for a composite PK member column while at the same time maintaining SQLAlchemy's long standing behavior of enabling implicit autoincrement for a single integer primary key, a third state has been added to the :paramref:`.Column.autoincrement` parameter ``"auto"``, which is now the default. fixes #3216 - The MySQL dialect no longer generates an extra "KEY" directive when generating CREATE TABLE DDL for a table using InnoDB with a composite primary key with AUTO_INCREMENT on a column that isn't the first column; to overcome InnoDB's limitation here, the PRIMARY KEY constraint is now generated with the AUTO_INCREMENT column placed first in the list of columns. Affected #: 22 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-10-07 03:43:52
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5bdd2eca1cb2/ Changeset: 5bdd2eca1cb2 Branch: None User: zzzeek Date: 2015-10-07 02:42:51+00:00 Summary: - more doc updates Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ec0867e9e639/ Changeset: ec0867e9e639 Branch: None User: zzzeek Date: 2015-10-07 02:46:44+00:00 Summary: - fix tests for sqlite - add test for sqlite no PK support Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0a34070d9274/ Changeset: 0a34070d9274 Branch: None User: zzzeek Date: 2015-10-07 02:53:54+00:00 Summary: - illustrate / test workaround for FetchedValue Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ba47b3e756b2/ Changeset: ba47b3e756b2 Branch: ticket_3216 User: zzzeek Date: 2015-10-07 03:43:33+00:00 Summary: - get tests working - re-support the use case of composite PK where some cols are *supposed* to be NULL, check nullable flag 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...> - 2015-10-06 21:49:10
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d173c31f5841/ Changeset: d173c31f5841 Branch: ticket_3216 User: zzzeek Date: 2015-10-06 21:48:31+00:00 Summary: - more tests - changelog, migration, docs and all that 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-10-05 23:22:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/adc07ec254dc/ Changeset: adc07ec254dc Branch: ticket_3216 User: zzzeek Date: 2015-10-05 23:22:34+00:00 Summary: - add some more tests 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-10-05 22:58:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/14a0860ce01d/ Changeset: 14a0860ce01d Branch: ticket_3216 User: zzzeek Date: 2015-10-05 22:58:32+00:00 Summary: Merge branch 'master' into ticket_3216 Affected #: 11 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-10-05 13:50:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4578ab54a5b8/ Changeset: 4578ab54a5b8 Branch: None User: zzzeek Date: 2015-10-05 13:49:34+00:00 Summary: - Fixed bug in Oracle dialect where reflection of tables and other symbols with names quoted to force all-lower-case would not be identified properly in reflection queries. The :class:`.quoted_name` construct is now applied to incoming symbol names that detect as forced into all-lower-case within the "name normalize" process. fixes #3548 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0b8489f70f13/ Changeset: 0b8489f70f13 Branch: rel_1_0 User: zzzeek Date: 2015-10-05 13:50:09+00:00 Summary: - Fixed bug in Oracle dialect where reflection of tables and other symbols with names quoted to force all-lower-case would not be identified properly in reflection queries. The :class:`.quoted_name` construct is now applied to incoming symbol names that detect as forced into all-lower-case within the "name normalize" process. fixes #3548 (cherry picked from commit 4578ab54a5b849fdb94a7032987f105b7ec117a4) 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-10-02 15:24:45
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d84dea62de3a/ Changeset: d84dea62de3a Branch: None User: zzzeek Date: 2015-10-02 15:23:50+00:00 Summary: - add an additional note regarding select_from, fixes #3546 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6da108ce6cdb/ Changeset: 6da108ce6cdb Branch: rel_1_0 User: zzzeek Date: 2015-10-02 15:24:19+00:00 Summary: - add an additional note regarding select_from, fixes #3546 (cherry picked from commit d84dea62de3a9c83ad539a5cf2ff4be2c0685a94) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/276df23935fe/ Changeset: 276df23935fe Branch: rel_0_9 User: zzzeek Date: 2015-10-02 15:24:23+00:00 Summary: - add an additional note regarding select_from, fixes #3546 (cherry picked from commit d84dea62de3a9c83ad539a5cf2ff4be2c0685a94) 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-10-01 13:39:51
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ac0892028493/ Changeset: ac0892028493 Branch: None User: zzzeek Date: 2015-10-01 13:38:22+00:00 Summary: - remove ambiguous use of the phrase "joined together by AND" as this may be construed as the Python "and" keyword - add notes to ORM tutorial for beginners that Python "and" keyword is not to be used fixes #3545 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f8f3cbf1ed87/ Changeset: f8f3cbf1ed87 Branch: rel_1_0 User: zzzeek Date: 2015-10-01 13:39:10+00:00 Summary: - remove ambiguous use of the phrase "joined together by AND" as this may be construed as the Python "and" keyword - add notes to ORM tutorial for beginners that Python "and" keyword is not to be used fixes #3545 (cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fb190fbfed4e/ Changeset: fb190fbfed4e Branch: rel_0_9 User: zzzeek Date: 2015-10-01 13:39:16+00:00 Summary: - remove ambiguous use of the phrase "joined together by AND" as this may be construed as the Python "and" keyword - add notes to ORM tutorial for beginners that Python "and" keyword is not to be used fixes #3545 (cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e66297ea3798/ Changeset: e66297ea3798 Branch: rel_0_8 User: zzzeek Date: 2015-10-01 13:39:21+00:00 Summary: - remove ambiguous use of the phrase "joined together by AND" as this may be construed as the Python "and" keyword - add notes to ORM tutorial for beginners that Python "and" keyword is not to be used fixes #3545 (cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc) 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-09-29 15:34:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7393ee8d4f20/ Changeset: 7393ee8d4f20 Branch: None User: zzzeek Date: 2015-09-29 15:33:45+00:00 Summary: - bzzt, fix the base _post_configure_engine() call to not fail 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. |