]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- clear_mappers() just blows away all of ArgSingleton for now
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Feb 2007 21:38:16 +0000 (21:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Feb 2007 21:38:16 +0000 (21:38 +0000)
commite4247ef92a8a33506458f9b2f4977753c08a6e94
treeaa6ff8ee4c74059f139bcabdb779efa6517e8481
parent154a831822c21ade7ff445381b1cacceb717e1e8
- clear_mappers() just blows away all of ArgSingleton for now
- lazy clause goes against parent.mapped_table instead of parent.local_table,
helps it to recognize self-referential condition between a descendant joined-table-inheritance mapper
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/strategies.py