sqlalchemy-commits Mailing List for SQLAlchemy (Page 58)
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-08-29 18:02:15
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eb8a39c58cf3/ Changeset: eb8a39c58cf3 Branch: None User: zzzeek Date: 2014-08-29 20:01:38 Summary: - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` is used with mappings or options where eager loading, either joined or subquery, would take place. These loading strategies are not currently compatible with yield_per, so by raising this error, the method is safer to use - combine with sending False to :meth:`.Query.enable_eagerloads` to disable the eager loaders. 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-08-29 17:36:04
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3fb9aed2ccc7/ Changeset: 3fb9aed2ccc7 Branch: None User: zzzeek Date: 2014-08-29 19:35:03 Summary: - add some more docs to yield_per Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/faf319fff513/ Changeset: faf319fff513 Branch: None User: zzzeek Date: 2014-08-29 19:35:25 Summary: - we've got 25% improvement so let's talk about it Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/21813afd0f9d/ Changeset: 21813afd0f9d Branch: rel_0_9 User: zzzeek Date: 2014-08-29 19:35:49 Summary: - add some more docs to yield_per 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-08-29 17:12:25
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d25eae8eec8/ Changeset: 9d25eae8eec8 Branch: None User: zzzeek Date: 2014-08-29 19:11:52 Summary: - use a faster discard when loading - don't do a bool on identity map since it calls __len__ 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-08-29 16:50:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a95b0a5b6e13/ Changeset: a95b0a5b6e13 Branch: None User: zzzeek Date: 2014-08-29 18:49:06 Summary: - inline the commit of partials too 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-08-29 16:06:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fbcb056d90f4/ Changeset: fbcb056d90f4 Branch: master User: zzzeek Date: 2014-08-29 18:05:00 Summary: - Changed the approach by which the "single inheritance criterion" is applied, when using :meth:`.Query.from_self`, or its common user :meth:`.Query.count`. The criteria to limit rows to those with a certain type is now indicated on the inside subquery, not the outside one, so that even if the "type" column is not available in the columns clause, we can filter on it on the "inner" query. fixes #3177 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...> - 2014-08-29 15:23:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/08d2c863df04/ Changeset: 08d2c863df04 Branch: None User: zzzeek Date: 2014-08-29 17:22:54 Summary: - dropping callcounts 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-08-29 15:19:13
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d2a8d5b23cf8/ Changeset: d2a8d5b23cf8 Branch: None User: zzzeek Date: 2014-08-29 16:59:13 Summary: inlines galore 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-08-29 00:08:49
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9f4caf97b017/ Changeset: 9f4caf97b017 Branch: None User: zzzeek Date: 2014-08-28 23:42:41 Summary: - flake8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fa5522547150/ Changeset: fa5522547150 Branch: None User: zzzeek Date: 2014-08-28 23:57:48 Summary: - Made a small adjustment to the mechanics of lazy loading, such that it has less chance of interfering with a joinload() in the very rare circumstance that an object points to itself; in this scenario, the object refers to itself while loading its attributes which can cause a mixup between loaders. The use case of "object points to itself" is not fully supported, but the fix also removes some overhead so for now is part of testing. fixes #3145 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c192e447f3a5/ Changeset: c192e447f3a5 Branch: None User: zzzeek Date: 2014-08-29 02:06:49 Summary: - major refactoring/inlining to loader.instances(), though not really any speed improvements :(. code is in a much better place to be run into C, however - The ``proc()`` callable passed to the ``create_row_processor()`` method of custom :class:`.Bundle` classes now accepts only a single "row" argument. - Deprecated event hooks removed: ``populate_instance``, ``create_instance``, ``translate_row``, ``append_result`` - the getter() idea is somewhat restored; see ref #3175 Affected #: 17 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-08-28 18:15:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a5c0fba4eb76/ Changeset: a5c0fba4eb76 Branch: None User: zzzeek Date: 2014-08-28 19:16:32 Summary: - step one, create_row_processor() now accepts the result object, not the row Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e6021f552ce0/ Changeset: e6021f552ce0 Branch: result_up_front User: zzzeek Date: 2014-08-28 20:14:52 Summary: - then try to move out functions to be non-closures. overall, none of this is really helping in any significant way. 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-08-28 16:42:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/685a014c6444/ Changeset: 685a014c6444 Branch: None User: zzzeek Date: 2014-08-28 18:25:21 Summary: - A new implementation for :class:`.KeyedTuple` used by the :class:`.Query` object offers dramatic speed improvements when fetching large numbers of column-oriented rows. fixes #3176 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/becd78503f09/ Changeset: becd78503f09 Branch: master User: zzzeek Date: 2014-08-28 18:41:50 Summary: - this is small optimization, currently it's the best we can do for #3175. fixes #3175 (for 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...> - 2014-08-26 21:24:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e346ee2c5776/ Changeset: e346ee2c5776 Branch: None User: zzzeek Date: 2014-08-26 22:36:56 Summary: - hard-won pep8 formatting of one of the giants... Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/00862a29c6c1/ Changeset: 00862a29c6c1 Branch: None User: zzzeek Date: 2014-08-26 23:23:23 Summary: - The behavior of :paramref:`.joinedload.innerjoin` as well as :paramref:`.relationship.innerjoin` is now to use "nested" inner joins, that is, right-nested, as the default behavior when an inner join joined eager load is chained to an outer join eager load. fixes #3008 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...> - 2014-08-26 18:45:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f44a4b6437eb/ Changeset: f44a4b6437eb Branch: None User: zzzeek Date: 2014-08-26 20:44:50 Summary: - updates to migration / changelog for 1.0 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...> - 2014-08-25 23:19:22
|
10 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2645c8427729/ Changeset: 2645c8427729 Branch: None User: glyphobet Date: 2014-08-09 11:02:01 Summary: add update() support to MutableDict Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/88f7ec6a0efe/ Changeset: 88f7ec6a0efe Branch: None User: glyphobet Date: 2014-08-09 11:03:10 Summary: fix MutableDict.coerce If a class inherited from MutableDict (say, for instance, to add an update() method), coerce() would give back an instance of MutableDict instead of an instance of the derived class. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8c8d6ee95dbd/ Changeset: 8c8d6ee95dbd Branch: None User: zzzeek Date: 2014-08-26 01:10:43 Summary: Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sqlalchemy into pr27 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4c1c9d5ed7b9/ Changeset: 4c1c9d5ed7b9 Branch: None User: zzzeek Date: 2014-08-26 01:13:25 Summary: - changelog for pr bitbucket:27 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3531a924169a/ Changeset: 3531a924169a Branch: None User: zzzeek Date: 2014-08-26 01:13:47 Summary: Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalchemy into pr27 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8e84942aa6fa/ Changeset: 8e84942aa6fa Branch: None User: zzzeek Date: 2014-08-26 01:14:47 Summary: - changelog for pr bitbucket:28 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8f46952638cd/ Changeset: 8f46952638cd Branch: None User: glyphobet Date: 2014-08-26 01:17:21 Summary: fix MutableDict.coerce If a class inherited from MutableDict (say, for instance, to add an update() method), coerce() would give back an instance of MutableDict instead of an instance of the derived class. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5fcc6142b4e0/ Changeset: 5fcc6142b4e0 Branch: None User: zzzeek Date: 2014-08-26 01:17:29 Summary: - changelog for pr bitbucket:27 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/37ea85f96ae0/ Changeset: 37ea85f96ae0 Branch: None User: glyphobet Date: 2014-08-26 01:17:34 Summary: add update() support to MutableDict Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d34d42080bf5/ Changeset: d34d42080bf5 Branch: rel_0_9 User: zzzeek Date: 2014-08-26 01:17:41 Summary: - changelog for pr bitbucket:28 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-08-25 21:17:02
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9f66e75ea71f/ Changeset: 9f66e75ea71f Branch: rel_1_0 User: zzzeek Date: 2014-08-25 23:13:45 Summary: - mention that FOUND_ROWS is hardcoded; fixes #3146 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a16ee423e452/ Changeset: a16ee423e452 Branch: master User: zzzeek Date: 2014-08-25 23:15:16 Summary: - mention that FOUND_ROWS is hardcoded; fixes #3146 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c149e020cbeb/ Changeset: c149e020cbeb Branch: rel_0_9 User: zzzeek Date: 2014-08-25 23:16:08 Summary: - mention that FOUND_ROWS is hardcoded; fixes #3146 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-08-25 21:02:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be2351481fdb/ Changeset: be2351481fdb Branch: None User: zzzeek Date: 2014-08-25 23:00:21 Summary: - The "resurrect" ORM event has been removed. This event hook had no purpose since the old "mutable attribute" system was removed in 0.8. fixes #3171 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b4bf3452a401/ Changeset: b4bf3452a401 Branch: rel_0_9 User: zzzeek Date: 2014-08-25 23:01:51 Summary: - deprecation note regarding resurrect, reference #3171 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-08-23 19:23:38
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ef6042ff461e/ Changeset: ef6042ff461e Branch: None User: mdiarra Date: 2014-08-17 01:56:02 Summary: Adding a tablespace options for postgresql create table Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d6873904c401/ Changeset: d6873904c401 Branch: None User: mdiarra Date: 2014-08-17 01:56:02 Summary: Adding oids and on_commit table options Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8e03430acdb9/ Changeset: 8e03430acdb9 Branch: None User: mdiarra Date: 2014-08-17 01:56:02 Summary: quoting tablespace name in create table command in postgresql dialect Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9eacc8d42ad4/ Changeset: 9eacc8d42ad4 Branch: None User: mdiarra Date: 2014-08-17 02:48:21 Summary: Correcting options name from withoids to with_oids Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/faa5a9067661/ Changeset: faa5a9067661 Branch: None User: mdiarra Date: 2014-08-17 16:56:53 Summary: Adding postgres create table options documentation Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b49053465722/ Changeset: b49053465722 Branch: None User: zzzeek Date: 2014-08-23 21:21:16 Summary: - pep8 formatting for pg table opts feature, tests - add support for PG INHERITS - fix mis-named tests - changelog fixes #2051 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b1aa0edf8168/ Changeset: b1aa0edf8168 Branch: None User: zzzeek Date: 2014-08-23 21:21:54 Summary: Merge branch 'pr129' Conflicts: doc/build/changelog/changelog_10.rst 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-08-21 21:39:18
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/42a65014f8cf/ Changeset: 42a65014f8cf Branch: None User: gunnlaugur Date: 2014-08-21 20:43:07 Summary: Add note on begin_nested requiring rollback/commit Avoid confusion about rollback/commit "must be issued" after ``session.begin_nested()`` --- this might be taken to mean call must be *added*, but that's only true if not using the return value as a context manager. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/575c4ee5c644/ Changeset: 575c4ee5c644 Branch: None User: zzzeek Date: 2014-08-21 23:38:23 Summary: Merge remote-tracking branch 'origin/pr/131' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/dec550ccf688/ Changeset: dec550ccf688 Branch: rel_0_9 User: gunnlaugur Date: 2014-08-21 23:38:53 Summary: Add note on begin_nested requiring rollback/commit Avoid confusion about rollback/commit "must be issued" after ``session.begin_nested()`` --- this might be taken to mean call must be *added*, but that's only true if not using the return value as a context manager. 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-08-21 21:37:29
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/01aeb3db3b4b/ Changeset: 01aeb3db3b4b Branch: None User: gunnlaugur Date: 2014-08-21 23:35:08 Summary: Fix copy-paste error in Delete doc Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ea503767a23e/ Changeset: ea503767a23e Branch: None User: gunnlaugur Date: 2014-08-21 23:35:17 Summary: Fix doc typo 'conjunection' Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bbc1cc29f51e/ Changeset: bbc1cc29f51e Branch: rel_0_9 User: zzzeek Date: 2014-08-21 23:37:09 Summary: Merge branch 'rel_0_9' of bitbucket.org:zzzeek/sqlalchemy into rel_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...> - 2014-08-21 21:36:32
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7c4d0a4d6611/ Changeset: 7c4d0a4d6611 Branch: None User: gunnlaugur Date: 2014-08-21 20:38:23 Summary: Fix copy-paste error in Delete doc Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a12fcd1487f6/ Changeset: a12fcd1487f6 Branch: None User: gunnlaugur Date: 2014-08-21 20:38:23 Summary: Fix doc typo 'conjunection' Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b4af17b34216/ Changeset: b4af17b34216 Branch: None User: zzzeek Date: 2014-08-21 23:33:26 Summary: Merge pull request #130 from gthb/docfix-1 Fix doc typos and copy-paste error 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-08-21 14:30:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/39a748092938/ Changeset: 39a748092938 Branch: rel_0_9 User: zzzeek Date: 2014-08-21 16:29:15 Summary: - doc corrections for inline=True Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/374173e89d4e/ Changeset: 374173e89d4e Branch: None User: zzzeek Date: 2014-08-21 16:29:21 Summary: - fix link 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-08-21 00:19:11
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/89ff6df7dcdf/ Changeset: 89ff6df7dcdf Branch: None User: zzzeek Date: 2014-08-21 01:12:32 Summary: - pep8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/71ca494f5186/ Changeset: 71ca494f5186 Branch: None User: zzzeek Date: 2014-08-21 02:14:20 Summary: - The INSERT...FROM SELECT construct now implies ``inline=True`` on :class:`.Insert`. This helps to fix a bug where an INSERT...FROM SELECT construct would inadvertently be compiled as "implicit returning" on supporting backends, which would cause breakage in the case of an INSERT that inserts zero rows (as implicit returning expects a row), as well as arbitrary return data in the case of an INSERT that inserts multiple rows (e.g. only the first row of many). A similar change is also applied to an INSERT..VALUES with multiple parameter sets; implicit RETURNING will no longer emit for this statement either. As both of these constructs deal with varible numbers of rows, the :attr:`.ResultProxy.inserted_primary_key` accessor does not apply. Previously, there was a documentation note that one may prefer ``inline=True`` with INSERT..FROM SELECT as some databases don't support returning and therefore can't do "implicit" returning, but there's no reason an INSERT...FROM SELECT needs implicit returning in any case. Regular explicit :meth:`.Insert.returning` should be used to return variable numbers of result rows if inserted data is needed. fixes #3169 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d3dea559e180/ Changeset: d3dea559e180 Branch: rel_0_9 User: zzzeek Date: 2014-08-21 02:18:30 Summary: - upgrade the note about inline=True to a warning, and make it clear that this flag should really be set all the time. ref #3169 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-08-20 21:15:48
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d233bb3fc9eb/ Changeset: d233bb3fc9eb Branch: None User: zzzeek Date: 2014-08-20 19:43:22 Summary: Merge branch 'master' into ticket_3100 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/85e75ebcee15/ Changeset: 85e75ebcee15 Branch: master User: zzzeek Date: 2014-08-20 20:24:45 Summary: - factor out determination of current version id out of _collect_update_commands and _collect_delete_commands Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/22a29cb4432e/ Changeset: 22a29cb4432e Branch: None User: zzzeek Date: 2014-08-20 20:25:20 Summary: Merge branch 'master' into ticket_3100 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d006e9cc2a84/ Changeset: d006e9cc2a84 Branch: None User: zzzeek Date: 2014-08-20 20:59:16 Summary: - skip these methods Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cb8f5c010b39/ Changeset: cb8f5c010b39 Branch: None User: zzzeek Date: 2014-08-20 22:31:10 Summary: - test for postfetch->sync.populate() having importance during an UPDATE at the per-table level Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/db70b6e79e26/ Changeset: db70b6e79e26 Branch: ticket_3100 User: zzzeek Date: 2014-08-20 23:15:20 Summary: - that's it, feature is finished, needs tests 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-08-20 16:02:26
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cf14823e41c5/ Changeset: cf14823e41c5 Branch: None User: zzzeek Date: 2014-08-20 00:17:25 Summary: Merge branch 'master' into ticket_3100 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fcea5c86d3a9/ Changeset: fcea5c86d3a9 Branch: ticket_3100 User: zzzeek Date: 2014-08-20 00:26:11 Summary: - rename mapper._primary_key_props to mapper._identity_key_props - ensure bulk update is using all PK cols for all tables Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cea97d1fae99/ Changeset: cea97d1fae99 Branch: None User: zzzeek Date: 2014-08-20 15:08:59 Summary: - pep8 cleanup Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/92b0ad0fef0b/ Changeset: 92b0ad0fef0b Branch: None User: zzzeek Date: 2014-08-20 18:01:20 Summary: - Fixed bug in connection pool logging where the "connection checked out" debug logging message would not emit if the logging were set up using ``logging.setLevel()``, rather than using the ``echo_pool`` flag. Tests to assert this logging have been added. This is a regression that was introduced in 0.9.0. fixes #3168 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2243581701fb/ Changeset: 2243581701fb Branch: None User: zzzeek Date: 2014-08-20 18:01:55 Summary: - pep8 cleanup Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7704b7ec52a0/ Changeset: 7704b7ec52a0 Branch: rel_0_9 User: zzzeek Date: 2014-08-20 18:02:00 Summary: - Fixed bug in connection pool logging where the "connection checked out" debug logging message would not emit if the logging were set up using ``logging.setLevel()``, rather than using the ``echo_pool`` flag. Tests to assert this logging have been added. This is a regression that was introduced in 0.9.0. fixes #3168 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-08-19 22:01:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/91959122e0a1/ Changeset: 91959122e0a1 Branch: ticket_3100 User: zzzeek Date: 2014-08-19 20:24:56 Summary: - refinements 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-08-19 22:01:40
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/28103e9a8658/ Changeset: 28103e9a8658 Branch: None User: zzzeek Date: 2014-08-19 23:43:50 Summary: - simplify PK logic in update for row switch 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. |