[sqlalchemy] counting queries

2011-01-27 Thread NiL
Hi all, I have an application replying on sqlalchemy that deals with many recursive methods. We manipulate complex graphs. I have tests that validates we get the expected results for each method. Still, many optimization might be done to the code. What I would like is, in my test environment,

Re: [sqlalchemy] counting queries

2011-01-27 Thread Michael Bayer
On Jan 27, 2011, at 8:12 PM, NiL wrote: Hi all, I have an application replying on sqlalchemy that deals with many recursive methods. We manipulate complex graphs. I have tests that validates we get the expected results for each method. Still, many optimization might be done to the