[sqlalchemy] Re: SQL echoing?

2007-02-13 Thread saxon75
I traced through the source a little and it appears that line 309 in orm/strategies.py is what's causing these lines to be printed. Looking through the repository, I see it's been corrected as of r2255. (I was using r2251). On Feb 11, 9:20 pm, Michael Bayer [EMAIL PROTECTED] wrote: something

[sqlalchemy] Re: SQL echoing?

2007-02-09 Thread svilen
set metadata.engine.echo=False ? which revision are u using? eventuly check for remaining print's somewhere: grep -R ^ *print /sqlalchemy or grep -R ^[^#]*print /sqlalchemy One of my scripts keeps printing out a bunch of LAZY CLAUSE statements and I'd like to know how to turn that