[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r33520 - requiring SQLite

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 7 Oct 2008 13:19:51 -0700

On Tue, Oct 7, 2008 at 11:17 AM, Justin Erenkrantz
<justin_at_erenkrantz.com> wrote:
>...
> BTW, OS X 10.5 seems to have 3.4.0 by default - what's the rationale
> behind enforcing 3.5.x+? Would it be a lot of work to support 3.4.x
> too, or is there some big nasty bug? -- justin

SQLite 3.5.x adds the open_v2 interface, which allows SQLite to fail
if the database doesn't exist, rather than create it on the spot. We
only want SQLite to create the database when we *tell* it to do that.

As I recall, there are also a couple other interfaces related to
dynamic configuration and thread support detection that 3.5.x
contains.

So. For the moment, we require 3.5.x (and allow 3.6.x). If somebody
wants to do the legwork for 3.4.x, then by all means...

Cheers,
-g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-07 22:20:00 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.