On Mon, 2005-04-25 at 16:53 +0100, Tim Anderson wrote:
> However Apple was a bit vague about how it is used and the people there
> weren't sure if it was 2.x or 3.x that is integrated.
> 

The very earliest use of SQLite by Apple was version 2.x
since they have been working on integrating SQLite since
before 3.x was available.  Apple started using 3.x shortly
after it came out.  I feel sure that 3.x is what is shipping
with Tiger.

When you get your copy of tiger, I image that an SQLite 
command-line shell will be included.  (I do not know this;
I'm just guessing.)  So start up a command-line shell 
and type:

     select sqlite_version();

That will tell you right away what version is being used.
I do not know, but I suspect they did their final builds
of Tiger with 3.1.5.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to