Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 9)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-04-23 23:13:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5016b581b6a0/ Changeset: 5016b581b6a0 Branch: None User: zzzeek Date: 2014-04-24 01:13:04 Summary: - document that joinedload/eagerload work with of_type() + with_polymoprhic() Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6b23eb0f54f0/ Changeset: 6b23eb0f54f0 Branch: rel_0_8 User: zzzeek Date: 2014-04-24 01:13:24 Summary: - document that joinedload/eagerload work with of_type() + with_polymoprhic() 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-04-25 16:31:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/146fbf6d26a8/ Changeset: 146fbf6d26a8 Branch: None User: zzzeek Date: 2014-04-25 18:31:04 Summary: - add a note about versioning only applying to flushes Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/517e22e476b5/ Changeset: 517e22e476b5 Branch: rel_0_8 User: zzzeek Date: 2014-04-25 18:31:23 Summary: - add a note about versioning only applying to flushes 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-04-26 20:28:11
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1caa7fafbd3c/ Changeset: 1caa7fafbd3c Branch: None User: alex_gaynor Date: 2014-04-26 22:13:13 Summary: Fix many typos throughout the codebase Found using: https://github.com/intgr/topy Affected #: 95 files https://bitbucket.org/zzzeek/sqlalchemy/commits/43d99ac61bef/ Changeset: 43d99ac61bef Branch: rel_0_8 User: alex_gaynor Date: 2014-04-26 22:26:56 Summary: Fix many typos throughout the codebase cherry pick of those parts of 1caa7fa which went in without issue Found using: https://github.com/intgr/topy Affected #: 69 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-04-30 23:08:17
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5da667e01727/ Changeset: 5da667e01727 Branch: konsta_3022 User: zzzeek Date: 2014-05-01 01:06:26 Summary: - Fixed bug where the combination of "limit" rendering as "SELECT FIRST n ROWS" using a bound parameter (only firebird has both), combined with column-level subqueries which also feature "limit" as well as "positional" bound parameters (e.g. qmark style) would erroneously assign the subquery-level positions before that of the enclosing SELECT, thus returning parameters which are out of order. Fixes #3038 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2a458680a493/ Changeset: 2a458680a493 Branch: None User: zzzeek Date: 2014-05-01 01:07:45 Summary: - Fixed bug where the combination of "limit" rendering as "SELECT FIRST n ROWS" using a bound parameter (only firebird has both), combined with column-level subqueries which also feature "limit" as well as "positional" bound parameters (e.g. qmark style) would erroneously assign the subquery-level positions before that of the enclosing SELECT, thus returning parameters which are out of order. Fixes #3038 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-05-02 00:40:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/890ac4c81b0b/ Changeset: 890ac4c81b0b Branch: None User: zzzeek Date: 2014-05-02 02:34:33 Summary: doc fixes Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6c7fe6d5420e/ Changeset: 6c7fe6d5420e Branch: doc_nav User: zzzeek Date: 2014-05-02 02:39:46 Summary: - experiment with multi-zoned navigation 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-05-09 02:45:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/55eacc8dbea3/ Changeset: 55eacc8dbea3 Branch: None User: zzzeek Date: 2014-05-09 04:44:06 Summary: - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` would produce an empty WHERE clause when an empty :func:`.and_()` or :func:`.or_()` or other blank expression were applied. This is now consistent with that of :func:`.select`. fixes #3045 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/93e11a9d7d58/ Changeset: 93e11a9d7d58 Branch: rel_0_8 User: zzzeek Date: 2014-05-09 04:45:01 Summary: - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` would produce an empty WHERE clause when an empty :func:`.and_()` or :func:`.or_()` or other blank expression were applied. This is now consistent with that of :func:`.select`. fixes #3045 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-05-11 03:29:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/230c0d5a1997/ Changeset: 230c0d5a1997 Branch: None User: zzzeek Date: 2014-05-11 05:26:09 Summary: - Fixed ORM bug where the :func:`.class_mapper` function would mask AttributeErrors or KeyErrors that should raise during mapper configuration due to user errors. The catch for attribute/keyerror has been made more specific to not include the configuration step. fixes #3047 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ac68e85e544d/ Changeset: ac68e85e544d Branch: rel_0_8 User: zzzeek Date: 2014-05-11 05:28:58 Summary: - Fixed ORM bug where the :func:`.class_mapper` function would mask AttributeErrors or KeyErrors that should raise during mapper configuration due to user errors. The catch for attribute/keyerror has been made more specific to not include the configuration step. fixes #3047 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-05-11 17:05:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f341cfbfe117/ Changeset: f341cfbfe117 Branch: None User: matthias_urlichs Date: 2014-05-11 16:49:56 Summary: Documentation fix-up: "its" vs. "it's" Removed ungrammatical apostrophes from documentation, replacing "it's" with "its" where appropriate (but in a few cases with "it is" when that read better). While doing that, I also fixed a couple of minor typos etc. as I noticed them. Affected #: 28 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1abd53a3556b/ Changeset: 1abd53a3556b Branch: None User: zzzeek Date: 2014-05-11 19:04:05 Summary: Merge pull request #91 from smurfix/de_apostroph_ify Documentation fix-up: "its" vs. "it's" Affected #: 28 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-05-12 15:38:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c5a95ea8e37b/ Changeset: c5a95ea8e37b Branch: None User: WSMcG Date: 2014-04-19 18:16:46 Summary: Added optional '=' to MySQL KEY_BLOCK_SIZE regex Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0a08177b5993/ Changeset: 0a08177b5993 Branch: master User: zzzeek Date: 2014-05-12 17:38:24 Summary: Merged in WSMcG/sqlalchemy (pull request #15) Added optional '=' to MySQL KEY_BLOCK_SIZE regex 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-05-12 15:52:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c17ec9ee5376/ Changeset: c17ec9ee5376 Branch: None User: mineo Date: 2014-05-04 21:34:37 Summary: Posgtresql -> PostgreSQL Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c7857ec07914/ Changeset: c7857ec07914 Branch: master User: zzzeek Date: 2014-05-12 17:52:26 Summary: Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull request #17) Posgtresql -> PostgreSQL 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-05-15 21:09:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5c1dd2129576/ Changeset: 5c1dd2129576 Branch: None User: gunnlaugur Date: 2014-05-15 23:02:59 Summary: Add note on PostgreSQL config for test runs Several tests on PostgreSQL depend on English-language text search config being the default in the test DB. This adds a note about that. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/35855a47eaa8/ Changeset: 35855a47eaa8 Branch: master User: zzzeek Date: 2014-05-15 23:09:25 Summary: Merged in gunnlaugur/sqlalchemy (pull request #19) Add note on PostgreSQL config for test runs 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-05-15 21:12:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fbf6175fc11e/ Changeset: fbf6175fc11e Branch: None User: zzzeek Date: 2014-05-15 23:09:41 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c0c4cf78a9cb/ Changeset: c0c4cf78a9cb Branch: rel_0_8 User: gunnlaugur Date: 2014-05-15 23:11:52 Summary: Add note on PostgreSQL config for test runs Several tests on PostgreSQL depend on English-language text search config being the default in the test DB. This adds a note about that. Conflicts: README.unittests.rst 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-05-16 15:55:15
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6212d59bdc0f/ Changeset: 6212d59bdc0f Branch: None User: zzzeek Date: 2014-05-16 17:53:12 Summary: - add lots more to the profiling section - add the query profiling recipe, fix it with a stack as we now nest those calls occasionally - tabs to spaces Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/47e90e266e29/ Changeset: 47e90e266e29 Branch: rel_0_8 User: zzzeek Date: 2014-05-16 17:54:51 Summary: - add lots more to the profiling section - add the query profiling recipe, fix it with a stack as we now nest those calls occasionally - tabs to spaces Conflicts: doc/build/faq.rst 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-05-16 17:00:20
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0f925ad430fd/ Changeset: 0f925ad430fd Branch: None User: zzzeek Date: 2014-05-16 18:59:47 Summary: typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/480d395c4479/ Changeset: 480d395c4479 Branch: rel_0_8 User: zzzeek Date: 2014-05-16 19:00:01 Summary: typo 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-05-23 15:35:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/48c6eb3f9f2b/ Changeset: 48c6eb3f9f2b Branch: None User: zzzeek Date: 2014-05-23 17:20:27 Summary: Merge branch 'ticket_3034' Affected #: 14 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0436538314b5/ Changeset: 0436538314b5 Branch: None User: zzzeek Date: 2014-05-23 17:34:14 Summary: - changelog for #3034, at this point we can mark fix #3034 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-05-23 18:27:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bc91884a4125/ Changeset: bc91884a4125 Branch: None User: zzzeek Date: 2014-05-23 20:26:22 Summary: - document the compiler_kwargs accessor - add new FAQ for rendering SQL as a string Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4fe31fe3c629/ Changeset: 4fe31fe3c629 Branch: rel_0_9 User: zzzeek Date: 2014-05-23 20:26:52 Summary: - document the compiler_kwargs accessor - add new FAQ for rendering SQL as a string 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-05-24 19:15:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b0b6f4295e6e/ Changeset: b0b6f4295e6e Branch: None User: zzzeek Date: 2014-05-24 21:15:00 Summary: - indicate all 0.9.5 issues as from 1.0.0 backported to 0.9.5 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9f5fe59107f3/ Changeset: 9f5fe59107f3 Branch: rel_0_9 User: zzzeek Date: 2014-05-24 21:15:20 Summary: - indicate all 0.9.5 issues as from 1.0.0 backported to 0.9.5 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-05-25 15:33:02
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e6cbd88fe17a/ Changeset: e6cbd88fe17a Branch: None User: zzzeek Date: 2014-05-25 17:32:07 Summary: - Fixed bug in SQLite join rewriting where anonymized column names due to repeats would not correctly be rewritten in subqueries. This would affect SELECT queries with any kind of subquery + join. fixes #3057 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d91da90d96f8/ Changeset: d91da90d96f8 Branch: rel_0_9 User: zzzeek Date: 2014-05-25 17:32:36 Summary: - Fixed bug in SQLite join rewriting where anonymized column names due to repeats would not correctly be rewritten in subqueries. This would affect SELECT queries with any kind of subquery + join. fixes #3057 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-05-29 23:55:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/752f2e0fc8de/ Changeset: 752f2e0fc8de Branch: master User: zzzeek Date: 2014-05-30 01:54:51 Summary: - Adjustment to attribute mechanics concerning when a value is implicitly initialized to None via first access; this action, which has always resulted in a population of the attribute, now emits an attribute event just like any other attribute set operation and generates the same kind of history as one. Additionally, many mapper internal operations will no longer implicitly generate these "None" values when various never-set attributes are checked. These are subtle behavioral fixes to attribute mechanics which provide a better solution to the problem of :ticket:`3060`, which also involves recognition of attributes explicitly set to ``None`` vs. attributes that were never set. fixes #3061 Affected #: 15 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f9b80daf9640/ Changeset: f9b80daf9640 Branch: rel_1_0 User: zzzeek Date: 2014-05-30 01:55:11 Summary: Merge branch 'master' into rel_1_0 Affected #: 15 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-05-29 23:57:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1bd578998b89/ Changeset: 1bd578998b89 Branch: master User: zzzeek Date: 2014-05-30 01:57:03 Summary: add ticket Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d1404f627ebc/ Changeset: d1404f627ebc Branch: rel_1_0 User: zzzeek Date: 2014-05-30 01:57:07 Summary: Merge branch 'master' into rel_1_0 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-05-30 17:02:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/551c730f3fee/ Changeset: 551c730f3fee Branch: None User: Chris Withers Date: 2014-05-25 16:46:31 Summary: more docs for using psycopg2 range types, specifically instantiating models with them Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/56fa40e7f324/ Changeset: 56fa40e7f324 Branch: master User: zzzeek Date: 2014-05-30 19:02:05 Summary: Merged in chrisw/sqlalchemy/more_range_docs (pull request #20) more docs for using psycopg2 range types, specifically instantiating models with them fixes #3046 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-05-30 17:21:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e32ed0b7f7aa/ Changeset: e32ed0b7f7aa Branch: rel_0_9 User: zzzeek Date: 2014-05-30 19:20:58 Summary: fix typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2da30fde12e3/ Changeset: 2da30fde12e3 Branch: None User: zzzeek Date: 2014-05-30 19:21:12 Summary: fix typo 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-05-30 20:25:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/814637e29195/ Changeset: 814637e29195 Branch: None User: zzzeek Date: 2014-05-30 22:24:38 Summary: - vastly improve the "safe close cursor" tests in test_reconnect - Fixed bug which would occur if a DBAPI exception occurs when the engine first connects and does its initial checks, and the exception is not a disconnect exception, yet the cursor raises an error when we try to close it. In this case the real exception would be quashed as we tried to log the cursor close exception via the connection pool and failed, as we were trying to access the pool's logger in a way that is inappropriate in this very specific scenario. fixes #3063 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/758dc17f4fd0/ Changeset: 758dc17f4fd0 Branch: rel_0_9 User: zzzeek Date: 2014-05-30 22:25:23 Summary: - vastly improve the "safe close cursor" tests in test_reconnect - Fixed bug which would occur if a DBAPI exception occurs when the engine first connects and does its initial checks, and the exception is not a disconnect exception, yet the cursor raises an error when we try to close it. In this case the real exception would be quashed as we tried to log the cursor close exception via the connection pool and failed, as we were trying to access the pool's logger in a way that is inappropriate in this very specific scenario. fixes #3063 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-06-08 22:02:02
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7242e48efe7f/ Changeset: 7242e48efe7f Branch: None User: univerio Date: 2014-06-08 03:39:18 Summary: Materialized paths example. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cbd210308721/ Changeset: cbd210308721 Branch: master User: zzzeek Date: 2014-06-09 00:01:46 Summary: Merged in univerio/sqlalchemy/materialized_paths (pull request #21) Materialized paths example 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-12 15:48:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/33cb84945f52/ Changeset: 33cb84945f52 Branch: None User: zzzeek Date: 2014-06-12 17:47:50 Summary: - Modified the behavior of :func:`.orm.load_only` such that primary key columns are always added to the list of columns to be "undeferred"; otherwise, the ORM can't load the row's identity. Apparently, one can defer the mapped primary keys and the ORM will fail, that hasn't been changed. But as load_only is essentially saying "defer all but X", it's more critical that PK cols not be part of this deferral. fixes #3080 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/023d818f21ad/ Changeset: 023d818f21ad Branch: rel_0_9 User: zzzeek Date: 2014-06-12 17:48:22 Summary: - Modified the behavior of :func:`.orm.load_only` such that primary key columns are always added to the list of columns to be "undeferred"; otherwise, the ORM can't load the row's identity. Apparently, one can defer the mapped primary keys and the ORM will fail, that hasn't been changed. But as load_only is essentially saying "defer all but X", it's more critical that PK cols not be part of this deferral. fixes #3080 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. |