]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
lazyload clause calculation uses anonymous keynames for the bind parameters, to avoid...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Apr 2006 19:21:12 +0000 (19:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Apr 2006 19:21:12 +0000 (19:21 +0000)
commit42c53ec821b18883d6499120fc14ce8a7a1b8b46
treed23fe47196779452b2e2fbd2acf2d6b8eb666f48
parente008839e81e377e7a82fdfe9778fe849dd212e6f
lazyload clause calculation uses anonymous keynames for the bind parameters, to avoid compilation name conflicts
lib/sqlalchemy/mapping/properties.py
test/alltests.py
test/lazytest1.py [new file with mode: 0644]