[sqlite] Lemon parser : compile error when using "%token_destructor" directive

2009-06-08 Thread ferrety ferrety
Hi List, This is the only place I found to ask for "lemon parser" error. When trying to use the "%token_destructor" directive: %include { #include void token_dtor (struct Token * t) { fprintf(stderr, "In token_destructor: t -> value=%s\n", t -> value); } } %token_destructor {

Re: [sqlite] Merging N databases

2008-10-12 Thread ferrety ferrety
Hi Kishor and Igor, Thanks very much. I'll test that and come back with first impression on speed. Regards Ferret On Fri, Oct 10, 2008 at 9:48 PM, Igor Tandetnik <[EMAIL PROTECTED]> wrote: > ferrety ferrety <[EMAIL PROTECTED]> > wrote: >> Let me give you how the DBs look

[sqlite] Merging N databases

2008-10-10 Thread ferrety ferrety
Hi, I'm new to SQLite and to list !!! So ... I've "N" sqlite DBs all produced with the same version of SQLite3 and all having the same DB schema (only 1 table). I'd like to merge them all in one single DB. The merge process needs to be done as fast as possible. Let me give you how the DBs looks