Navigation Menu

Skip to content

Commit

Permalink
[test][storage] type must be text(blob). refs #1072
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 11, 2011
1 parent 63929ba commit e5241bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/groonga_storage/t/auto_increment_text.test
Expand Up @@ -22,7 +22,7 @@ drop table if exists diaries;

create table diaries (
id int primary key auto_increment,
body varchar(256)
body text
);
insert into diaries (body) values ("started groonga (long text)");
select * from diaries;
Expand Down

0 comments on commit e5241bf

Please sign in to comment.