From: Mike Bayer Date: Sat, 2 Oct 2010 00:40:56 +0000 (-0400) Subject: correct that only MySQL doesn't support CHECK constraints, [ticket:1927] X-Git-Tag: rel_0_6_5~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=846c9e17056e65554cf226abe71d2d0c68108bc9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git correct that only MySQL doesn't support CHECK constraints, [ticket:1927] --- 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