SQLite User Forum

Version 3.43.1 - Tcl interface
Login

Version 3.43.1 - Tcl interface

(1.1) By Holger J (holgerj) on 2023-09-11 14:56:08 edited from 1.0 [link] [source]

sqlite-autoconf-3430100/tea# make install
/bin/bash ./tclconfig/install-sh -c  -m 644 libsqlite3.43.0.so /usr/lib/sqlite3.43.0/libsqlite3.43.0.so
 Install pkgIndex.tcl /usr/lib/sqlite3.43.0

The make install command in the tea subdirectory installs 3.43.0 version instead of 3.43.1.

Does it make a difference or is it just a naming error?

tclsh8.6# package require sqlite3
3.43.0

Tcl also shows version 3.43.0.

(2) By Richard Hipp (drh) on 2023-09-11 15:10:41 in reply to 1.1 [source]

I don't want to do a whole new 3.43.2 release for that. So I put up a new amalgamation tarball that fixes this one minor oversight. Unfortunately, due to the way that the code is build, the SQLITE_SOURCE_ID will be different, since it comes from a different check-in. But the SHA3-256 hash on the sqlite3.c file should be identical.