On 8/28/15 9:46 PM, [email protected] wrote:
Are there plans to implement 'Operations.batch_rename_table()' or
something like that to rename a table in a SQLite database?

There is a Operations.rename_table() called in a batch-context givin me
a NotImplementedError.

you should be able to run rename_table() outside of the batch context, SQLite supports ALTER TABLE to this extent.


--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy-alembic" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to