[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-01-04 02:48:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/31821011271b/ Changeset: 31821011271b Branch: None User: zzzeek Date: 2014-01-04 03:46:13 Summary: - Fixed an extremely unlikely memory issue where when using :class:`.DeferredReflection` to define classes pending for reflection, if some subset of those classes were discarded before the :meth:`.DeferredReflection.prepare` method were called to reflect and map the class, a strong reference to the class would remain held within the declarative internals. This internal collection of "classes to map" now uses weak references against the classes themselves. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cad46c3cdca2/ Changeset: cad46c3cdca2 Branch: automap User: zzzeek Date: 2014-01-04 03:47:01 Summary: - hypothetical "automap" feature, would extend DeferredReflection to create classes against the remaining tables within the given metadata. Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |