]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- converted some more attributes to @memoized_property in expressions
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Nov 2008 20:22:18 +0000 (20:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Nov 2008 20:22:18 +0000 (20:22 +0000)
commitea12a628e46783e255f5ae6068a24f29fe784d05
tree3e34c33f7c2d85ffd97b99a1a16173f8527a3741
parenteaa359f177ac79e66142b929efb928074d9f3da0
- converted some more attributes to @memoized_property in expressions
- flattened an unnecessary KeyError in identity.py
- memoized the default list of mapper properties queried in MapperEntity.setup_context
lib/sqlalchemy/orm/identity.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/sql/expression.py