Re: Sqlite Version???
Re: Sqlite Version???
- Subject: Re: Sqlite Version???
- From: Jerry Krinock <email@hidden>
- Date: Tue, 20 Jun 2006 19:57:21 -0700
- Thread-topic: Sqlite Version???
on 06/06/20 18:43, Rick Langschultz at email@hidden wrote:
> If i create a program that uses a SQLite datastore to save files
> which version of SQLite will my app use to save files? Is it the
> latest up to date version of sqlite on the system or another version?
The SQLite that ships in Tiger is version 3.1.3, March 2005, and I found it
was quite painful to have things not work per current SQLite documentation,
and then have to dig through the version history to find out the bad news.
So, you'll either want to use CoreData, or else if you need to support
Panther, build an SQLite static library yourself from the latest SQLite
source code. Regarding the latter, search the archives of
email@hidden for a message I wrote about a month ago, which
explains how to build it using Xcode in 5 minutes.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden