From: Andrew Gaul Date: Wed, 20 Jun 2018 00:29:34 +0000 (-0700) Subject: Remove stale ON UPDATE/ON DELETE comment. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7c92c99c2bd66174b21daf236da26491545c4bd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove stale ON UPDATE/ON DELETE comment. SQLite supports both of these features. (cherry picked from commit 6bb50e12930dce0471f74b24f93b3ff1569d94dd) --- diff --git a/doc/build/core/constraints.rst b/doc/build/core/constraints.rst index d0cfdf98d0..7c58eee167 100644 --- a/doc/build/core/constraints.rst +++ b/doc/build/core/constraints.rst @@ -300,9 +300,8 @@ arguments. The value is any string which will be output after the appropriate ) ) -Note that these clauses are not supported on SQLite, and require ``InnoDB`` -tables when used with MySQL. They may also not be supported on other -databases. +Note that these clauses require ``InnoDB`` tables when used with MySQL. +They may also not be supported on other databases. UNIQUE Constraint