]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove stale ON UPDATE/ON DELETE comment.
authorAndrew Gaul <andrew@gaul.org>
Wed, 20 Jun 2018 00:29:34 +0000 (17:29 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jun 2018 02:39:39 +0000 (22:39 -0400)
SQLite supports both of these features.

(cherry picked from commit 6bb50e12930dce0471f74b24f93b3ff1569d94dd)

doc/build/core/constraints.rst

index c784a7e28ecb58e4a25e05c021d5b50c8ccff457..f26d2dee092bccdebdefebb9f201764845fd66be 100644 (file)
@@ -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