|
From: Harald O. <har...@el...> - 2026-06-04 09:10:35
|
Christian has provided a fix for the syntax. IMHO, the branch may be merged with an incremented version number. I have no idea where the version number for pckIndex.tcl is. It might be in "configure.ac". Before, it was in "configure.in", but this apparently changed or I do not remember. Thanks for review and help, Harald Am 03.06.2026 um 16:04 schrieb Harald Oehlmann: > Its me again, the agent of the Wizards. > 2 years ago, I got the task from Wizard Christian to implement the dict > optimization into tdbc::sqlite3: > > https://core.tcl-lang.org/tdbcsqlite3/info/0374f302f59cb71f > > Last status was to handle both, arrays and dict, in dependency of the > sqlite3 version. > > This is now implemented. > > The implementation is BAD. > I don't know Tcl-OO and already a command > > variable -set {*}{ > -columns -db -needcolumns -resultDict > -results -sql -Cursor -RowCount -END} > > is highly strange and the "variable" documentation does not give any > idea. Ashoks book helps but it is 100 pages to read to understand this... > > So, any help appreciated. Just look to the dump changes and correct them. > > Thanks for all, > Harald |