From 846c9e17056e65554cf226abe71d2d0c68108bc9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 1 Oct 2010 20:40:56 -0400 Subject: [PATCH] correct that only MySQL doesn't support CHECK constraints, [ticket:1927] --- doc/build/core/schema.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/core/schema.rst b/doc/build/core/schema.rst index 0c4f56837e..11ebecc674 100644 --- a/doc/build/core/schema.rst +++ b/doc/build/core/schema.rst @@ -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 -- 2.47.2