From: James Lamb Date: Mon, 1 Mar 2021 23:56:02 +0000 (-0600) Subject: remove unnecessary whitespace changes made by GitHub X-Git-Tag: rel_1_5_6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763103407a22f68450c08d731dc7bbc312967dcf;p=thirdparty%2Fsqlalchemy%2Falembic.git remove unnecessary whitespace changes made by GitHub --- diff --git a/docs/build/batch.rst b/docs/build/batch.rst index 43cbc70e..e638eb1f 100644 --- a/docs/build/batch.rst +++ b/docs/build/batch.rst @@ -4,7 +4,7 @@ Running "Batch" Migrations for SQLite and Other Databases ========================================================= The SQLite database presents a challenge to migration tools -in that it has almost no support for the ALTER statement +in that it has almost no support for the ALTER statement which relational schema migrations rely upon. The rationale for this stems from philosophical and architectural concerns within SQLite, and they are unlikely to be changed. @@ -349,4 +349,3 @@ transactional DDL. Note that also as is the case with SQLite, CHECK constraints need to be moved over between old and new table manually using the :paramref:`.Operations.batch_alter_table.table_args` parameter. -