]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
this reorganizes things so the EventDescriptor and all is on a "Dispatch" object.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Aug 2010 03:34:23 +0000 (23:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Aug 2010 03:34:23 +0000 (23:34 -0400)
commitf665ae746428cdb69e97d4576da29268a388569a
treea997fe24b9f0c7e7fa9df600b3e8f750b497d038
parenta9288ca5bd979d8aab9921f71bf5b722b1c3ab3d
this reorganizes things so the EventDescriptor and all is on a "Dispatch" object.
this leaves the original Event class alone so sphinx documents it.

this is all a mess right now but the pool/engine tests are working fully
at the moment so wanted to mark a working version.
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/event.py
lib/sqlalchemy/pool.py
test/engine/test_execute.py