]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
moved the metadata step of ResultProxy into a ResultMetaData object. this also repla...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jan 2010 17:48:43 +0000 (17:48 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jan 2010 17:48:43 +0000 (17:48 +0000)
commitc3702fa5169fef29ca13427abea2f6d41449c658
treecf6fdf3ea8d1ab8d75189aa552c7d7b1566766fb
parent81372486d9a10305f47f76c4455a5e6df02e586c
moved the metadata step of ResultProxy into a ResultMetaData object.  this also replaces PickledResultProxy.
Allows RowProxy objects to reference just the metadata they need and provides the "core" of ResultProxy
detached from the object itself, allowing ResultProxy implementations to vary more easily.  will also
enable [ticket:1635]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/engine/base.py
test/sql/test_query.py