Skip to content

Commit

Permalink
Escaped 'text' keyword in column name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattskone committed Oct 15, 2013
1 parent 5d20501 commit 1df0f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flaskr/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ drop table if exists entries;
create table entries (
id integer primary key autoincrement,
title text not null,
text text not null
'text' text not null
);

0 comments on commit 1df0f2d

Please sign in to comment.