Re: [sqlite] Version 3.0.0 ALPHA now available

2004-06-25 Thread Doug Currie
Friday, June 18, 2004, 8:33:26 AM, DRH wrote: > A file format and API freeze is scheduled for July 1. Users > are encouraged to evaluate this release and make suggestions > on how to improve the interface prior to that date. I ported Tiago Dionizio's LuaSQLite to version 3.0.1. Here are a few

Re: Spam: Re: [sqlite] Version 3.0.0 ALPHA now available

2004-06-19 Thread DJ Anubis
Le samedi 19 Juin 2004 09:28, Hans-Juergen Taenzer a écrit : > But for example in the interface file sqlite(3).h there is not made > use of this typedef (or INT64_TYPE defined in sqliteInt.h): > > long long int sqlite3_value_int64(sqlite3_value*); try to patch as: INT64_TYPE

Re: Spam: Re: [sqlite] Version 3.0.0 ALPHA now available

2004-06-19 Thread Hans-Juergen Taenzer
DJ Anubis ([EMAIL PROTECTED]) wrote: > Le vendredi 18 Juin 2004 22:20, Hans-Juergen Taenzer a écrit : >> I don't think there would be problems with the new version 3.0 if >> there wasn't the problem with the 'long long' datatype. Just >> using a suitable typdef for this datatype would

Re: Spam: Re: [sqlite] Version 3.0.0 ALPHA now available

2004-06-18 Thread Hans-Juergen Taenzer
Hihn, Jason ([EMAIL PROTECTED]) wrote: > I am not the one to answer this, but I do know the mains that > KJSEmbed is going through at the moment. The whole delay is trying > to get it to compile in MSVC, but they moved to mingw32, where > it's much more standard. They've since been chugging

RE: Spam: Re: [sqlite] Version 3.0.0 ALPHA now available

2004-06-18 Thread Hihn, Jason
days. I guess what I'm saying is MSVC didn't embrace ANSI enough. Could minw32 work for you? http://www.mingw.org/ -Original Message- From: Hans-Juergen Taenzer [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: Spam: Re: [sqlite] Version 3.0.0

Re: [sqlite] Version 3.0.0 ALPHA now available

2004-06-18 Thread VTenneti
Subject [sqlite] Version 3.0.0 ALPHA now

[sqlite] Version 3.0.0 ALPHA now available

2004-06-18 Thread D. Richard Hipp
Version 3.0.0 (alpha) of SQLite is now available on the website. http://www.sqlite.org/ http://www.sqlite.org/version3.html http://www.sqlite.org/capi3.html This is an alpha release intended for testing and evaluation only. Version 3 is not yet ready for production use. A file format and