From c271d5429705ceb53d3f9cb2929eb23230103409 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 25 Dec 2011 17:28:32 -0500 Subject: [PATCH] fix one more --- doc/build/core/tutorial.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3