|
From: Donald G P. <don...@ni...> - 2019-10-11 19:31:32
|
The upstream SQLite project issued release 3.30.1 of SQLite recently. From that, Jan Nijtmans has derived the TEA-based Tcl package we layer on top of it. http://cyqlite.sourceforge.net/cgi-bin/sqlite/timeline That's now available as Tcl package sqlite3.30.1.tar.gz from either ftp://ftp.tcl.tk/pub/tcl/tcl8_6/ or https://sourceforge.net/projects/tcl/files/Tcl/8.6.9/ Unpack that source distribution in the "pkgs" subdir of your Tcl 8.6.9 source code distribution and run `make install` again for your platform. That will build and install the updated sqlite package. Unless another SQLite release happens first, this package will be bundled with Tcl 8.6.10. DGP |