]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
took out that whole compilation dependency thing. just need to loop through mapper_r...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Jul 2006 16:07:16 +0000 (16:07 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Jul 2006 16:07:16 +0000 (16:07 +0000)
commiteeb4b2c8967940d255b816e3112b46e0bfa98074
tree6c60d9d07037250be393831b7d4377f80855847f
parent22a0e600ce937cea4ea691d209f592e25c77d6a4
took out that whole compilation dependency thing.  just need to loop through mapper_registry and compile whatever is not compiled. the "non-reentrant" compile() method, which is a product of the whole compilation dependency tangent, makes this pretty easy.  So it was a pretty roundabout way to go for ultimately a pretty small change to compilation.
CHANGES
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py