提交 9c9f746a authored 作者: Thomas Mueller's avatar Thomas Mueller

Queries with both LIMIT and OFFSET could throw an IllegalArgumentException (test case, changelog)

上级 9f983dee
......@@ -18,7 +18,8 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>MVStore: larger stores (multiple GB) are now much faster.
<ul><li>Queries with both LIMIT and OFFSET could throw an IllegalArgumentException.
</li><li>MVStore: larger stores (multiple GB) are now much faster.
</li><li>When using local temporary tables and not dropping them manually before closing the session,
and then killing the process could result in a database that couldn't be opened (except when using
the recover tool).
......
--- special grammar and test cases ---------------------------------------------------------------------------------------------
select * from system_range(1,1) order by x limit 3 offset 3;
> X
> -
> rows (ordered): 0
select * from dual where cast('a' || x as varchar_ignorecase) in ('A1', 'B1');
> X
> -
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论