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

Re: [PATCH] Don't use sqlite3_db_handle

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2007-12-02 11:37:01 CET

David Glasser wrote:
> On Dec 2, 2007 1:01 AM, Lieven Govaerts <svnlgo@mobsol.be> wrote:
>> All python tests are failing on the mac buildslave since a week or so. I
>> did a check to see what's happening and found that svn uses the sqlite3
>> function sqlite3_db_handle not yet defined in the version I'm using, ie
>> 3.1.3. sqlite3_db_handle is added in sqlite3 3.2.2.
>>
>> Attached patch will remove all calls to sqlite3_db_handle. Consequence
>> is that we need to pass the db handle to all helper functions.
>
> Can we really not have a dependency on a version that was released on
> 2007-Jun-13? Where does your Mac's 3.1.3 come from?
>
> --dave
>

It's included in my stock Mac OS X, bought last year. I have no problem
with deciding that svn depends on a certain newer version, but we have
to make that explicit then.

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 2 11:37:07 2007

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.