]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- removed ancient assertion that mapped selectables require
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Apr 2008 19:49:41 +0000 (19:49 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Apr 2008 19:49:41 +0000 (19:49 +0000)
commit5080a1740928e593a21321763c2bb91ffed2edb3
treef672b0f802df4239b094cee2afbf26fdee706915
parentc7587e4d6c79b241c9c2c86ae5852d1ccf5704e1
- removed ancient assertion that mapped selectables require
"alias names" - the mapper creates its own alias now if
none is present.  Though in this case you need to use
the class, not the mapped selectable, as the source of
column attributes - so a warning is still issued.
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py
test/orm/selectable.py