Randall Smith wrote: > Michael Bayer wrote: >> this is ticket # 233, and ive been waiting for a contributor to step up >> on this particularly easy if not slightly tedious ticket. >> >> > > I was just working on it myself. I'm trying to figure out has_table in > the database module gets called from drop_all(). I thought it would go > through Engine.has_table in engine.base.py, but it doesn't seem to. > > Randall
Think I found it: sqlalchemy/engine/base.py(413)create() Had to use up pdb and backtrace. Randall --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
