[sqlite] DxuxRe: SQLite IN operator on a Tcl list

2016-09-25 Thread Pablo Van Mechelen
Zd ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQLite IN operator on a Tcl list

2016-09-25 Thread Gerry Snyder
This gets asked once in a while, and the answer is "No." The SQL statements used in Tcl get compiled, and the compiled statement has to know how many values are being looked at by IN. At least up til now. Perhaps having row values will change this. We should know soon. Gerry Snyder On Sun, Sep

[sqlite] SQLite IN operator on a Tcl list

2016-09-25 Thread Adam Jensen
Would it be very challenging to tweak the SQLite/Tcl code such that something like this (below) would work? --- #!/usr/bin/env tclsh8.6 package require sqlite3 sqlite3 db "test.db" db eval { CREATE TABLE ex_table ( ex_id INTEGER NOT NULL,

Re: [sqlite] SQLite 3.15.0 scheduled for 2016-10-14

2016-09-25 Thread Cecil Westerhof
2016-09-22 21:04 GMT+02:00 Richard Hipp : > Our current schedule for the next SQLite release (3.15.0) is for > 2016-10-14. > > Your beta-tests are appreciated. ​What can I do to beta test? -- Cecil Westerhof ___ sqlite-users mailing