On Mar 8, 2007, at 10:08 AM, Andrea Gavana wrote:
> By printing the node names, I know that bad_node is no more there, but > its data seems to still live in the database. I mean, even if I delete > *all* the items, the database size is still 180 Kb, no matter how much > I flush(), clear(), close() and reopen the database. > I am sure I am missing something. Which is the usual approach to > delete *permanently* things from a database? have you verified that the tables have been deleted from ? if the filesize doesnt shrink, that may be an artifact of sqlite's implementation. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
