]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
tableimpl and columnimpl proxy to actual impl objects per engine
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Feb 2006 21:04:48 +0000 (21:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Feb 2006 21:04:48 +0000 (21:04 +0000)
commit86c0504fa6fc95dc2ac644d1a37dc86a0e502fb1
treeadd3e118a4148e69f02e2399fa2cf1e4e5426912
parent280274812261868e8f665f706cd27e06eaff4302
tableimpl and columnimpl proxy to actual impl objects per engine
lib/sqlalchemy/ext/proxy.py
test/proxy_engine.py