Hello, I try to convert a SQLite application to SQLAlchemy 0.9.7 on an openSUSE system.
I followed the object relational tutorial. Now I stumble on the message "sqlalchemy.exc.OperationalError: (OperationalError) no such table: ...". How should I trigger the desired table creation before my data will be inserted there? Regards, Markus -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
