Re: [sqlite] possible json1 bug?

2017-08-18 Thread Richard Hipp
On 8/18/17, Jose Manuel wrote: > There is a problem whenever you try to define an INDEX over a json column > and then using a Query with a JOIN over the same table. Thanks for the report. But OSSFuzz already found that bug. It was fixed four days ago: https://sqlite.org/src/timeline?c=d0da

[sqlite] possible json1 bug?

2017-08-18 Thread Jose Manuel
There is a problem whenever you try to define an INDEX over a json column and then using a Query with a JOIN over the same table. Here is the code that triggers the problem: SQLiteConnection _dbc1 = new SQLiteConnection("Data Source=test.db;Version=3;"); _dbc1.Open(); _dbc1.EnableExtensions(t