]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
remove unnecessary whitespace changes made by GitHub 809/head
authorJames Lamb <jaylamb20@gmail.com>
Mon, 1 Mar 2021 23:56:02 +0000 (17:56 -0600)
committerJames Lamb <jaylamb20@gmail.com>
Mon, 1 Mar 2021 23:56:02 +0000 (17:56 -0600)
docs/build/batch.rst

index 43cbc70ec523c3551a54d0574ba953af061f6e34..e638eb1f5c19e95b872b3f241a4da448f5d87a94 100644 (file)
@@ -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.
-