Skip to content

Restore command: validate sqlite version

Samuel GAIST requested to merge restore_validate_sqlite_version into master

SQLite version 3.26 introduced a change which is breaking the migration mechanism in Django.

This merge request adds a check to the restore command so that if SQLite 3.26 is used, the command is stopped with a verbose message.

Alternative to !278 (closed)

Edited by Samuel GAIST

Merge request reports