Anyone know if is there an easy way to echo individual statements in SA?

I know it's possible to do:

  x = engine.echo
  engine.echo = True

  <SA statements>

  engine.echo = x

But it would be nice to have a statement option for simple interpreter-prompt debugging where you didn't have a ref to the engine handy.


Rick
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to