SQLite3, "ALTER TABLE" and durability

Posted by Bill on Stack Overflow See other posts from Stack Overflow or by Bill
Published on 2010-03-20T23:53:55Z Indexed on 2010/03/21 0:01 UTC
Read the original article Hit count: 501

Filed under:
|
|

I'd like to run some ALTER TABLE statements on a sqlite3 database. What happens if the user kills the process or the power is cut while the ALTER TABLE is running? Will the database be left in a corrupt intermediate state?

© Stack Overflow or respective owner

Related posts about sql

Related posts about sqlite3