Hi Yongheng and Rui,

This might be a duplicate to a bug that I reported, since both test cases
trigger the same assertion error. See
https://sqlite.org/src/tktview?name=37823501c6.

Best,
Manuel

On Fri, Dec 27, 2019 at 6:09 PM Yongheng Chen <changoch...@gmail.com> wrote:

> Hi,
>
> We found an assertion violation bug in sqlite. Here’s the PoC:
> —
> CREATE TABLE v0 ( v1 INTEGER PRIMARY KEY ) ; INSERT INTO v0 VALUES ( 10 )
> ;
> SELECT '29' , count () OVER( ORDER BY v1 ) AS m FROM v0 ORDER BY v1 > (
> SELECT m ) ;
> —
>
> The bug exists in the latest development code and release code.
>
> Yongheng & Rui
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to