From: James Lamb Date: Mon, 1 Mar 2021 23:02:09 +0000 (-0600) Subject: [doc] clarify ALTER language in batch docs X-Git-Tag: rel_1_5_6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab969daaa46e3220b790d674d07b1c1fc0d73eb1;p=thirdparty%2Fsqlalchemy%2Falembic.git [doc] clarify ALTER language in batch docs --- diff --git a/docs/build/batch.rst b/docs/build/batch.rst index e9582c6d..43cbc70e 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 upon which +in that it has almost no support for the ALTER statement relational schema migrations rely upon. The rationale for this stems from philosophical and architectural concerns within SQLite, and they are unlikely to be changed.