From: Pietro C. <ga...@ga...> - 2024-12-19 10:40:59
|
On Dec 19 2024, 10:13 +0000, Jan Nijtmans <jan...@gm...> wrote: [-- Type: text/plain; charset=UTF-8, Encoding: 7bit, Size: 0.8K --] >Op wo 18 dec 2024 om 16:16 schreef Pietro Cerutti: > >> Do we need something similar for the sqlite3 TDBC module? It is >> currently installing sqlite3-1.1.10.uuid. >> > >That's done on purpose. The sqlite3 TDBC module is written in Tcl, >so we cannot implement a native ::tdbc::sqlite3::build-info function. >So, the uuid is written in the same directory as sqlite3-1.1.9.tm, >in order to be able to do this: > $ tclsh9.0 > % package require tdbc::sqlite3 > 1.1.9 > % tdbc::sqlite3::build-info > 1.1.9+72600e46dc826a2905a1b2b34559a000ff0b3c84fb52a44b2a4a90bb565f8eee > % tdbc::build-info > 1.1.9+c7582861ee4ed26c27846177441a1adb634ee288b40b0dd9005402d922a9dcce.gcc-1204 > >Since tdbc::sqlite3 is Tcl code, its "build-info" doesn't have a compiler >(gcc) tag. I see... is this expected? $ tclsh8.6 % package require tdbc::sqlite3 1.1.10 % tdbc::sqlite3::build-info 1.1.10+a123346d9196a8db50d951cccc034b374c3705d7212be400113706ec52b681a2 % package require tdbc::mysql 1.1.10 % tdbc::mysql::build-info invalid command name "tdbc::mysql::build-info" % tdbc::build-info invalid command name "tdbc::build-info" -- Pietro Cerutti I have pledged to give 10% of income to effective charities and invite you to join me - https://givingwhatwecan.org |