flask/docs/tutorial
root-11 2d992e7f13 Update schema.rst
The error is that sqlite3 needs escaping on the database column 'text' in the line:
text text not null
so that it becomes:
'text' text not null

The example on mitsuhiko/flask is correct and helped me detecting the mistake.
2014-07-01 15:57:50 +01:00
..
css.rst Update css.rst 2013-02-28 11:12:16 +01:00
dbcon.rst Update dbcon.rst 2014-06-29 15:48:52 -07:00
dbinit.rst Update dbinit.rst 2014-06-29 15:51:03 -07:00
folders.rst Fix Jinja link 2014-04-26 01:26:12 +02:00
index.rst Rewrote tutorial to use the g based appcontext object 2013-09-01 01:32:41 +06:00
introduction.rst Fix chose -> choose typo 2012-07-04 21:19:41 +02:00
schema.rst Update schema.rst 2014-07-01 15:57:50 +01:00
setup.rst fix a small mistake in setup.rst 2014-05-12 16:01:53 +08:00
templates.rst Fix Pocoo documentation links 2014-04-26 01:20:12 +02:00
testing.rst good -> bad 2010-07-23 17:49:03 +01:00
views.rst Rewrote tutorial to use the g based appcontext object 2013-09-01 01:32:41 +06:00