I used a Table's drop() method to drop it from the database. In order
to create a new version of the table, I found I was forced to also
separately use its MetaData's remove() method to delete the Table. I
didn't find this documented anywhere. Is this preferred behavior? It
seems like dropping a Table should automatically remove it from its
MetaData.

Thanks for any explanation...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to