Skip to content

Sqlite drop table operation not rollbacked during a revision up/downgrade #1554

Answered by zzzeek
vtgn asked this question in Usage Questions
Discussion options

You must be logged in to vote

the Python SQLite driver does not do transactional DDL by default. you have to take the steps documented here for SQlite's transactional DDL features to work with the Python sqlite3 driver.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@vtgn
Comment options

@CaselIT
Comment options

@vtgn
Comment options

Answer selected by vtgn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants
Converted from issue

This discussion was converted from issue #1553 on October 23, 2024 20:27.