]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
correct that only MySQL doesn't support CHECK constraints, [ticket:1927]
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Oct 2010 00:40:56 +0000 (20:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Oct 2010 00:40:56 +0000 (20:40 -0400)
doc/build/core/schema.rst

index 0c4f56837e742adb0dc4f7569b79cb28edc087d2..11ebecc674e27f93493fbd932e08ac3c4db9ecb9 100644 (file)
@@ -1025,7 +1025,7 @@ constraints generally should only refer to the column to which they are
 placed, while table level constraints can refer to any columns in the table.
 
 Note that some databases do not actively support check constraints such as
-MySQL and SQLite.
+MySQL.
 
 .. sourcecode:: python+sql