Re: [sqlite] Strange assert when running with authorizer

2013-09-02 Thread Richard Hipp
On Mon, Sep 2, 2013 at 12:02 PM, Hick Gunter wrote: > The following select causes an assertion to fail in 3.7.4 when an > authorizer callback has been registered: > > asql> create temp table test(x text); > asql> select 1 as is_named from test where is_named=1; > sqlite3AuthRead: Assertion `pExpr

[sqlite] Strange assert when running with authorizer

2013-09-02 Thread Hick Gunter
The following select causes an assertion to fail in 3.7.4 when an authorizer callback has been registered: asql> create temp table test(x text); asql> select 1 as is_named from test where is_named=1; sqlite3AuthRead: Assertion `pExpr->op==152 || pExpr->op==60' failed. Of course the statement is