From: Jan N. <jan...@gm...> - 2024-11-25 21:45:38
|
The upstream SQLite project released 3.47.1 of SQLite recently >From that, I 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.47.1.tar.gz from https://sourceforge.net/projects/tcl/files/Tcl/8.6.15/ or https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ Unpack that source distribution in the "pkgs" subdir of your Tcl 8.6.15 or 9.0.0 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.16 / Tcl 9.0.1 Regards Jan Nijtmans |