Michael Bayer wrote:
it is quite simple to implement yourself, use a ConnectionProxy.

Ah, ok, didn't know about them :-)
Out of interest, is echo=True implemented as a ConnectionProxy?

Its like a ten liner.  Here's an example:  http://techspot.zzzeek.org/?p=31

Thanks.

however ConnectionProxy doesn't currently have hooks for "commit" or 
"rollback".   I would gladly add those.

Yes please!

I see ConnectionProxy only allows for capture of cursor_execute and execute. In addition to commit and rollback, what other methods should it grow to allow proxying of everything SA does to a DBAPI connection?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
           - http://www.simplistix.co.uk
-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.


Reply via email to