[sqlalchemy] extending sqlalchemy for low-level connection auditing

2009-12-02 Thread jsa
In my SQLAlchemy app, I want to generate a dedicated, low-level log output that will capture sql queries and parameters in a custom- defined format, as well as separate elapsed times for execute and fetch, and number of rows fetched. In addition I'd like identifiers for the session / connection

Re: [sqlalchemy] extending sqlalchemy for low-level connection auditing

2009-12-02 Thread Michael Bayer
On Dec 2, 2009, at 5:32 PM, jsa wrote: In my SQLAlchemy app, I want to generate a dedicated, low-level log output that will capture sql queries and parameters in a custom- defined format, as well as separate elapsed times for execute and fetch, and number of rows fetched. In addition I'd