Re: [sqlite] Re: number of rows in a table

2008-01-14 Thread Bob Rossi
On Mon, Jan 14, 2008 at 03:54:36PM -0500, Igor Tandetnik wrote: > Bob Rossi <[EMAIL PROTECTED]> wrote: >> Also, say you index one of the columns, and there are millions of rows >> in the database, but each unique index has 100 items. If you search >> for >> a pa

[sqlite] number of rows in a table

2008-01-14 Thread Bob Rossi
. Also, say you index one of the columns, and there are millions of rows in the database, but each unique index has 100 items. If you search for a particular index, what is the Big O notation associated with this lookup? Thanks, Bob Rossi

Re: [sqlite] Sqlite3 3.5.3 Makefile.in patch for MINGW

2007-12-01 Thread Bob Rossi
ite3 ! > > It is an awesome program. haha, I sent this patch in yesterday. Yours is slightly better. I hope they apply it. Bob Rossi - To unsubscribe, send email to [EMAIL PROTECTED] -

Re: [sqlite] compiling for mingw

2007-11-30 Thread Bob Rossi
On Fri, Nov 30, 2007 at 05:40:43PM -0500, Bob Rossi wrote: > Hi, > > When I download sqlite, and compile on mingw, like this, > $ cd sqlite-3.5.3 > $ ./configure --disable-shared --enable-static --disable-tcl > --prefix=$PWD/../install > $ make > ok, up until this

[sqlite] compiling for mingw

2007-11-30 Thread Bob Rossi
? Thanks, Bob Rossi - To unsubscribe, send email to [EMAIL PROTECTED] -