]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- attach the ResultMetaData to the Compiled object, when we detect that
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Jun 2014 04:10:59 +0000 (00:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Jun 2014 04:10:59 +0000 (00:10 -0400)
commit992e06412cf124d511d56d2741988f503f4c8085
tree9edc61bd5124e80373046901d431f66e95a7c472
parent3be078425fdcf0d0baee01328a729efc5087a535
- attach the ResultMetaData to the Compiled object, when we detect that
the compiled cache is used.  That allows us to cache the whole metadata
and save on creating it at result time, when compiled cache is used.
lib/sqlalchemy/engine/result.py
lib/sqlalchemy/sql/compiler.py