RE: [sqlite] Re: philosophy behind public domain?

2005-06-04 Thread Fred Williams
Much ado about nothing... -Original Message- From: D. Richard Hipp [mailto:[EMAIL PROTECTED] Sent: Saturday, June 04, 2005 6:08 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Re: philosophy behind public domain? On Fri, 2005-06-03 at 21:01 +0200, Andreas Rottmann wrote: > There is

Re: [sqlite] Re: philosophy behind public domain?

2005-06-04 Thread D. Richard Hipp
On Fri, 2005-06-03 at 21:01 +0200, Andreas Rottmann wrote: > There is > no such thing as "disclaiming copyright" in Europe (or at least > Germany and Austria). > > Rotty This would be a problem for any citizen of Germany or Austria that wanted to contribute code to the SQLite project. I cannot

Re: [sqlite] Re: philosophy behind public domain?

2005-06-04 Thread Clay Dowling
Eric Bohlman wrote: This is a rather sticky point. It's unlikely that someone who unofficially "disclaimed copyright" would willingly change his mind afterwards, but that assumes ideal circumstances. In the Real World, people sometimes die, get divorced, or get sued by people they owe money

Re: [sqlite] Re: 'int n' parameter in sqlite3_bind_*() functions

2005-06-04 Thread Kiel W.
Thanks Kurt. After reading the archive you posted I remembered reading it a few days ago when it came across! So much for my memory :-) On 6/4/05, Kurt Welgehausen <[EMAIL PROTECTED]> wrote: > > http://www.mail-archive.com/sqlite-users@sqlite.org/msg08319.html> > > > -- Kiel W. [EMAIL

Re: [sqlite] Re: 'int n' parameter in sqlite3_bind_*() functions

2005-06-04 Thread Kurt Welgehausen

[sqlite] Re: 'int n' parameter in sqlite3_bind_*() functions

2005-06-04 Thread Kiel W.
Sorry... hit a wrong key... What is the 'int n' parameter used for in the sqlite3_bind_*() functions. The one I am speciffically looking at is: int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*)); And it would be the forth parameter. I didn't see any reference to

[sqlite] 'int n' parameter in sqlite3_bind_*() functions

2005-06-04 Thread Kiel W.
What is the 'int n' parameter used for in the sqlite3_bind_*() functions. The one I am speciffically looking at is: -- Kiel W. [EMAIL PROTECTED] -- >> time is swift <<

[sqlite] Newbie sql: query and joining more than two tables

2005-06-04 Thread Karim Ryde
Hi! I hope to get some feedback whether the query time is what I should expect. Running this query below takes several seconds - typically 1-3s. SELECT package.id, package.name, package.description, package.size, package.latest, version.version FROMcategory, package,

[sqlite] Connecting to SQLite with Crystal Reports Writer

2005-06-04 Thread RAY BORROR
Users, I am wanting to connect to a SQLite DB with CRW. Has anyone had any experience doing this? I was thinking of using the SQLite ODBC Driver. Any help would be appreciated Ray Borror

Re: [sqlite] Re: philosophy behind public domain?

2005-06-04 Thread Eugene Wee
Well, since D. Richard Hipp would be the copyright holder if SQLite was licensed, that would be up to him, but he hasnt replied to the update yet. If the licensing policy changes, probably the MIT license or (new/revised) BSD license would be good choices, though it seems to me (as a