16 20:33
An: sqlite-users@mailinglists.sqlite.org
Betreff: Re: [sqlite] Possible Bug in VTable handling in SQLite 3.14.2
On 10/14/2016 04:59 PM, Hick Gunter wrote:
> In the vdbeaux.c source, the function
>
> resolveP2Values(...)
>
> is not resetting p->readOnly when it encounter
On 10/14/2016 04:59 PM, Hick Gunter wrote:
In the vdbeaux.c source, the function
resolveP2Values(...)
is not resetting p->readOnly when it encounters an OP_VUpdate opcode
is not setting p->bIsReader when it encounters an OP_VFilter opcode
Additionally, the frunction
sqlite3VdbeHalt(...)
is
In the vdbeaux.c source, the function
resolveP2Values(...)
is not resetting p->readOnly when it encounters an OP_VUpdate opcode
is not setting p->bIsReader when it encounters an OP_VFilter opcode
Additionally, the frunction
sqlite3VdbeHalt(...)
is only checking p->bIsReader and omitting to c
3 matches
Mail list logo