Re: [sqlite] Virtual table OR constraint bug

2020-01-29 Thread Lalit Maganti
Thank you for the fast fix! Best, Lalit On Wed, 29 Jan 2020 at 15:07, Dan Kennedy wrote: > > On 29/1/63 20:09, Lalit Maganti wrote: > > Hi folks, > > > > Just wanted to check up on this to see if this issue is something which > is > > being tracked and if there was a potential fix in the

Re: [sqlite] Virtual table OR constraint bug

2020-01-29 Thread Dan Kennedy
On 29/1/63 20:09, Lalit Maganti wrote: Hi folks, Just wanted to check up on this to see if this issue is something which is being tracked and if there was a potential fix in the works? Thanks for the excellent bug report and minimal reproduction case. Now fixed here:  

Re: [sqlite] Virtual table OR constraint bug

2020-01-29 Thread Lalit Maganti
Hi folks, Just wanted to check up on this to see if this issue is something which is being tracked and if there was a potential fix in the works? Thanks, Lalit On Thu, 2 Jan 2020 at 15:13, Lalit Maganti wrote: > Hi all, > > I believe that I have found a bug in the virtual table bytecode

[sqlite] Virtual table OR constraint bug

2020-01-02 Thread Lalit Maganti
Hi all, I believe that I have found a bug in the virtual table bytecode generation when OR constraints are present and argvIndex is set in xBestIndex but the application does not actually filter fully. The problem seems to be in not setting/unsetting the non-null flag correctly