From 6bb50e12930dce0471f74b24f93b3ff1569d94dd Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 19 Jun 2018 17:29:34 -0700 Subject: [PATCH] Remove stale ON UPDATE/ON DELETE comment. SQLite supports both of these features. --- doc/build/core/constraints.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.47.2