If the authorizer prevents PRAGMA, then fts3 fails with an SQLITE_AUTH
error from fts3DatabasePageSize().

http://crbug.com/85522 is the Chromium bug where this originated (I
upgraded the Chromium SQLite version a few weeks back).

http://codereview.chromium.org/7230021 is the short-term patch I'm
landing to fix it.  When it sees SQLITE_AUTH from preparing the PRAGMA
page_size call, it wires the returned page_size to 1024.  But if
there's a better way, I'd be happy to snag it from upstream.

Thanks,
scott
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to