From: Mike Bayer Date: Sun, 25 Dec 2011 22:28:32 +0000 (-0500) Subject: fix one more X-Git-Tag: rel_0_6_9~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c271d5429705ceb53d3f9cb2929eb23230103409;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix one more --- diff --git a/doc/build/core/tutorial.rst b/doc/build/core/tutorial.rst index 27cec7f94d..0647f6c5af 100644 --- a/doc/build/core/tutorial.rst +++ b/doc/build/core/tutorial.rst @@ -150,7 +150,9 @@ each table first before creating, so it's safe to call multiple times: () COMMIT -.. note:: Users familiar with the syntax of CREATE TABLE may notice that the +.. note:: + + Users familiar with the syntax of CREATE TABLE may notice that the VARCHAR columns were generated without a length; on SQLite and Postgresql, this is a valid datatype, but on others, it's not allowed. So if running this tutorial on one of those databases, and you wish to use SQLAlchemy to