]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
cleanup of attributes, better naming, added weak reference to base managed attribute...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Apr 2006 21:00:41 +0000 (21:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Apr 2006 21:00:41 +0000 (21:00 +0000)
commit00014ef6c8390c272f46054a1dcc45d6e8a3744b
tree4774ec6699030102860ae65b2ec78e420a3cf3a0
parent6133da0f7820010583ac5098bd4ae88a21fa3b41
cleanup of attributes, better naming, added weak reference to base managed attribute to break circular refs, slightly shorter codepaths in some cases. added performance tester
lib/sqlalchemy/attributes.py
test/masscreate.py [new file with mode: 0644]