flask/examples
Gennady Kovshenin 82b29c09ac Use sqlite3.Row factory in Flaskr
As pointed out in issue #588 sqlite3.Row should be used instead of
using casting to dict(). Also altered the "Easy Querying" Patterns
example to include the more correct way to return rows as dicts.
Did not touch Tutorial examples ("Views"), as these are not up to
date with the current Flaskr code, and the "Show Entries" section
points out the "Easy Querying" section on how to convert to a
dict().
2012-11-05 06:00:46 +06:00
..
blueprintexample Blueprint example tests 2012-03-01 02:24:56 -06:00
flaskr Use sqlite3.Row factory in Flaskr 2012-11-05 06:00:46 +06:00
jqueryexample Removed useless script reference. This fixes #87 2010-07-16 13:14:54 +02:00
minitwit Updated examples to new sqlite patterns and added new section to appcontext docs 2012-10-09 14:02:32 -05:00