From: Andrew Gaul Date: Wed, 20 Jun 2018 00:29:34 +0000 (-0700) Subject: Remove stale ON UPDATE/ON DELETE comment. X-Git-Tag: rel_1_3_0b1~164^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb50e12930dce0471f74b24f93b3ff1569d94dd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove stale ON UPDATE/ON DELETE comment. SQLite supports both of these features. --- 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