Doh! I'm on 3.30.0. Gotcha, thanks. On Sat, Jan 25, 2020 at 8:22 PM Richard Hipp <[email protected]> wrote:
> On 1/25/20, [email protected] <[email protected]> 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 > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

