On 1/25/20, sky5w...@gmail.com <sky5w...@gmail.com> wrote:
> SELECT DISTINCT name FROM pragma_function_list
> --WHERE (flags & 0x200000)!=0 -- no such column: flags
> ORDER BY name;
>
> Works if I drop the WHERE.
> Is there a special compile flag that must be used?

You need to be using SQLite 3.31.0 or later.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to