SQLite User Forum

Unicode and CLI for Mac
Login
>  I've grabbed a new d/l from sqlite....SQLite version 3.19.3

The current stable SQLite is 3.34.1. If you thought you put the current binary into the `PATH`, the system one is apparently still ahead of it.

Try:

      $ type -a sqlite3

If you get more than one line of output, and the later one is the one you want, then you need to either rearrange your `PATH` or use an explicit path to the updated version.

If your updated version isn't listed at all, then that's why your command is running under the old 3.19.3 version of SQLite.