diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-04-03 21:43:22 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-04-03 21:43:22 +0000 |
commit | abc376c7025b53c790392026e0deaf305299ab6f (patch) | |
tree | 7b08c09b58eaba04488ad93ddc3965530ac4095b /lib/sqlalchemy/databases/firebird.py | |
parent | 837b5407a4ad385f545c4ba2fb316f3f8056ca9f (diff) | |
download | sqlalchemy-abc376c7025b53c790392026e0deaf305299ab6f.tar.gz |
added 'entity_name' keyword argument to mapper. a mapper is now associated with a class via
the class object as well as the optional entity_name parameter, which is a string defaulting to None.
any number of primary mappers can be created for a class, qualified by the entity name. instances of those classes
will issue all of their load and save operations through their entity_name-qualified mapper, and maintain separate identity from an otherwise equilvalent object.
Diffstat (limited to 'lib/sqlalchemy/databases/firebird.py')
0 files changed, 0 insertions, 0 deletions