Navigation Menu

Skip to content

Commit

Permalink
ORDER BY with potision is not supported yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsuro IKEDA committed Mar 31, 2010
1 parent 79bd98e commit 3cb6133
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
21 changes: 0 additions & 21 deletions test/sql/r/select_all.result
Expand Up @@ -121,26 +121,5 @@ c1 c2
2 fuga
5 moge
3 mo
select * from t1 order by c1;
c1 c2
NULL NULL
NULL NULL
NULL NULL
NULL NULL
NULL NULL
select * from t1 order by c1 desc;
c1 c2
NULL NULL
NULL NULL
NULL NULL
NULL NULL
NULL NULL
select * from t1 order by c2;
c1 c2
NULL NULL
NULL NULL
NULL NULL
NULL NULL
NULL NULL
drop table t1;
uninstall plugin mroonga;
3 changes: 0 additions & 3 deletions test/sql/t/select_all.test
Expand Up @@ -51,9 +51,6 @@ insert into t1 values(5, "moge");
insert into t1 values(3, "mo");

select * from t1;
select * from t1 order by c1;
select * from t1 order by c1 desc;
select * from t1 order by c2;

drop table t1;

Expand Down

0 comments on commit 3cb6133

Please sign in to comment.