]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Refactored ProxyEngine into BaseProxyEngine and ProxyEngine. Also added an AutoConnec...
authorjeff <none@none>
Sat, 25 Feb 2006 17:50:46 +0000 (17:50 +0000)
committerjeff <none@none>
Sat, 25 Feb 2006 17:50:46 +0000 (17:50 +0000)
commitfdf9292241e22eb464c366bcf69c0212b3ff4c41
treec216239a5108a5a190755195c5804c878e234633
parent4b08fe4dd4ab301ac3c60c47468bc7b316c78a12
Refactored ProxyEngine into BaseProxyEngine and ProxyEngine. Also added an AutoConnectProxyEngine to late bind to a particular dburi. I ran the proxy_engine test, however, I don't have postgresql installed so not all tests worked. Also, I don't have an WSGI package installed to run the wsgi tests.
lib/sqlalchemy/ext/proxy.py