Hi all,
I'm a little confused this morning, and maybe that is the reason why I'm missing the obvious: while I'm able to use the Python debugger when I run the tests by adding --verbose to the test runner, I do not seem able to do that in a standalone SA script.
I tried to put "echo=True" or "echo='debug'" on the metadata constructor, and to explicitly setting the log level to debug on the whole sqlalchemy loggers hierarchy, and to save and restore sys.std{in,err,out}, but with no luck. All I get is a BdbQuit exception...
Any hint will be appreciated, thanks in advance, bye, lele. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
