]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- MetaData and all SchemaItems are safe to use with pickle. slow
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2007 00:20:26 +0000 (00:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2007 00:20:26 +0000 (00:20 +0000)
commitabd257eb8c9f77adb9624742cdba68dcd2250115
tree82e13ff608acf2a0f8a30172f8f4c8ecc2e60f78
parent3f3d84e754a4485caadd2cd520e372172a951565
- MetaData and all SchemaItems are safe to use with pickle.  slow
table reflections can be dumped into a pickled file to be reused later.
Just reconnect the engine to the metadata after unpickling. [ticket:619]
CHANGES
lib/sqlalchemy/schema.py
test/engine/reflection.py