Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Beware, `.dump` doesn't preserve pragmas like `user_version`, and some SQLite-using apps use that to manage schema migrations.

    sqlite> PRAGMA user_version=42;
    sqlite> .dump
    PRAGMA foreign_keys=OFF;
    BEGIN TRANSACTION;
    COMMIT;
    sqlite>


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: