Re: [sqlite] Error message from sqlite3_tokenizer_module.xCreate?

2009-11-30 Thread Grzegorz Wierzchowski
Monday 30 of November 2009 12:29:10 Ralf Junker napisał(a): > I am passing various arguments to sqlite3_tokenizer_module.xCreate. In case > they are invalid, I would like to return an explaining error message in > addition to SQLITE_ERROR. I did not find a way to do this. Is it at all > possible? >

Re: [sqlite] Enable fts?

2009-11-18 Thread Grzegorz Wierzchowski
Wednesday 18 of November 2009 09:39:27 Trung Nguyen Duc napisał(a): > Hi all, > How can I enable fts1 or fts2 modules? > Do I need any changes in configure.ac or Makefile.in? > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:

Re: [sqlite] Bug candidate: virtual tables vs. external db connections

2009-11-14 Thread Grzegorz Wierzchowski
Thursday 12 of November 2009 06:09:40 Dan Kennedy napisał(a): > I don't think you can use sqlite3_result_value() with a value > that comes from a different database connection. At least not > currently. The xColumn() method of the patched echo-vtab does > that. > > Dan. That is right. I first trie

Re: [sqlite] Bug candidate: virtual tables vs. external db connections

2009-11-11 Thread Grzegorz Wierzchowski
Wednesday 11 of November 2009 19:03:09 Roger Binns napisał(a): > Can you do this a unified diff please? > > In any case it looks like you are trying to manipulate the database pointer > while a query is running. > > Roger That was my first suspicion that there is some memmove with cursor object or

[sqlite] Bug candidate: virtual tables vs. external db connections

2009-11-11 Thread Grzegorz Wierzchowski
Sorry for long message, but this is required to explain my point. Message is intended mainly to SQLite developers according new workflow for announcing bug candidates; regular users espacially those not using modules may skip it. It looks like virtual tables' interface do not allow for doing cer

[sqlite] BUG: Tcl sqlite3 command line options (-vfs option)

2009-10-04 Thread Grzegorz Wierzchowski
Hi, I just noticed by code review small and easy to fix bug in -vfs option handling code. sqlite3 Tcl command line syntax is following: sqlite3 HANDLE ?FILENAME ?-vfs VFSNAME? ?-readonly BOOLEAN? ?-create BOOLEAN? ?-nomutex BOOLEAN? ?-fullmutex BOOLEAN? But if -vfs option is in the middle, the fo

Re: [sqlite] Most wanted features of SQLite ?

2009-09-21 Thread Grzegorz Wierzchowski
BTW while we are at subject of SQLite extensions. I'm very new on this e-mail list but already saw here and there in mails several links to places around the web with some extensions. What would you say guys for creating some centalized list of (known/recommended ...) extensions somewhere on off