diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-25 02:25:59 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-25 02:25:59 +0000 |
| commit | 34d961cde0267f472850f2ceb09b3733033c62d6 (patch) | |
| tree | c1ba73618ff398346766796d6e13af9023ea5084 /examples/polymorph/polymorph2.py | |
| parent | f922fa7b6032370c8cf86c0710727aeee37baff8 (diff) | |
| download | sqlalchemy-34d961cde0267f472850f2ceb09b3733033c62d6.tar.gz | |
got some support for mapping to a select that only selects some of the columns of an underlying table
Diffstat (limited to 'examples/polymorph/polymorph2.py')
| -rw-r--r-- | examples/polymorph/polymorph2.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/polymorph/polymorph2.py b/examples/polymorph/polymorph2.py index 99ee6c34c..eebac80c1 100644 --- a/examples/polymorph/polymorph2.py +++ b/examples/polymorph/polymorph2.py @@ -94,8 +94,6 @@ class PersonLoader(MapperExtension): return False else: return True - - people_mapper = mapper(Person, person_join, extension=PersonLoader()) |
