[sqlite] Tcl: "sharing a variable" using SQLite - could be possible?

2007-12-30 Thread Zbigniew Baniewski
Reading the paper http://www.tcl.tk/community/tcl2004/Papers/D.RichardHipp/drh.html - especially the paragraph "SQLite Extensions Written In Tcl" - I was wondering, if could be possible to arrange something like this: Suppose, we have one SQLite database with several connections from different cli

[sqlite] Simpler samples as FTS ?

2007-12-30 Thread Lothar Behrens
Hi, I have read about the FTS extension. It would propably a base for my own extension function returning a result set (propably from a virtual table). Is there a more simple example code how to use a extension function that returns multiple rows such as a usual query ? Or are there any doc

Re: [sqlite] Re: building SQLite 3.5.4 with SQLITE_OMIT_LOAD_EXTENSION

2007-12-30 Thread Dimitri
Hi, I wrote: We're building the amalgamated source file with SQLITE_OMIT_LOAD_EXTENSION defined. This had been working just fine until the release of SQLite 3.5.2. I'm sorry, I need to add that we're trying to build sqlite3.c without header file sqlite3ext.h: http://www.sqlite.org/cvst