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
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
2 matches
Mail list logo