forked from orbit-oss/flask
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. |
||
|---|---|---|
| .. | ||
| css.rst | ||
| dbcon.rst | ||
| dbinit.rst | ||
| folders.rst | ||
| index.rst | ||
| introduction.rst | ||
| schema.rst | ||
| setup.rst | ||
| templates.rst | ||
| testing.rst | ||
| views.rst | ||