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=af14ea4a0715213b8692f10c8f1a290b9be26533;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 c784a7e28e..f26d2dee09 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