Re: List of innocuous functions?
Richard Hipp <[email protected]>
| Newsgroups | gmane.comp.db.sqlite.general |
|---|---|
| Message-ID | <CALwJ=Mzrb94-xENEGtNTYY19USfBXDXOcujmGgUW_fHsNdKtMA@mail.gmail.com> |
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