diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-06 20:12:28 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-06 20:50:51 -0400 |
| commit | 22d5a1e415d603d253870719466152b9e817e1e5 (patch) | |
| tree | 742d84eea2913e6c4fabe2e10d0cf12793aaf7e2 /lib/sqlalchemy/orm/interfaces.py | |
| parent | 1b25ed907fb7311d28d2273c9b9858b50c1a7afc (diff) | |
| download | sqlalchemy-22d5a1e415d603d253870719466152b9e817e1e5.tar.gz | |
11th hour realization that Load() needs to do the _chop_path() thing as
well. this probably has some bugs
Diffstat (limited to 'lib/sqlalchemy/orm/interfaces.py')
| -rw-r--r-- | lib/sqlalchemy/orm/interfaces.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sqlalchemy/orm/interfaces.py b/lib/sqlalchemy/orm/interfaces.py index 18723e4f6..f61396750 100644 --- a/lib/sqlalchemy/orm/interfaces.py +++ b/lib/sqlalchemy/orm/interfaces.py @@ -430,6 +430,9 @@ class StrategizedProperty(MapperProperty): # that the path is stated in terms of our base search_path = dict.__getitem__(path, self) + #if self.key == "email_address": + # import pdb + # pdb.set_trace() # search among: exact match, "attr.*", "default" strategy # if any. for path_key in ( |
