Re: Debugging SQL Queries: Correlating with Python Code

2009-10-22 Thread Russell Keith-Magee
On Fri, Oct 23, 2009 at 11:03 AM, Brian Neal wrote: > > Currently I am keeping an eye on SQL queries by displaying at the > bottom of my base template sql_queries. I'm seeing some queries that > look kind of strange to me, and I was wondering if there was a way to > somehow

Debugging SQL Queries: Correlating with Python Code

2009-10-22 Thread Brian Neal
Currently I am keeping an eye on SQL queries by displaying at the bottom of my base template sql_queries. I'm seeing some queries that look kind of strange to me, and I was wondering if there was a way to somehow correlate the queries with my app's Python code. For example, amongst the SQL