Hi,

We found an assertion failed in sqlite. And this assertion seems not to be 
fixed completely. Here’s the POC:
—
CREATE TABLE v0 ( v1 INTEGER PRIMARY KEY ) ;
INSERT INTO v0 ( v1 ) VALUES ( NULL ) ,( NULL ) ;
SELECT ifnull ( v1 , max ( ( SELECT printf ( 's%' , 3 , 0 , 0.100000 ) ) ) ) , 
max ( v1 ) , count ( v1 ) FROM v0 ;
—-

This exists in the latest development code built with debug flag.

Yongheng & Rui
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to