]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- disabled the "populate expired/deferred attributes as we come across them" function...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Dec 2007 16:20:46 +0000 (16:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Dec 2007 16:20:46 +0000 (16:20 +0000)
commit90c3944dacad5c1ebb023d6fa2abb95d8ac0dda4
tree5bcf9d84bc658eacd0471d5bada3f417bafbbc55
parentb9dd765d921a01efce811c689a0ec06b90ccbc5d
- disabled the "populate expired/deferred attributes as we come across them" functionality in mapper._instance(), as its not completed, doesn't properly handle mutable scalar attributes, and has poor test coverage
lib/sqlalchemy/orm/mapper.py
test/orm/expire.py