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

Re: svn commit: r934008 - /subversion/trunk/subversion/libsvn_subr/sqlite.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 14 Apr 2010 19:42:19 +0100

Daniel Shahaf <d.s_at_daniel.shahaf.name> writes:

> philip_at_apache.org wrote on Wed, 14 Apr 2010 at 16:35 -0000:
>> - /* We could use the SQLite backup interface (from 3.6.11 and still
>> - experimental) and the copy would be done in chunks with the lock
>> - released between chunks. */
>> +#if SQLITE_VERSION_AT_LEAST(3,6,11)
>> + {
>
> Given that the API is experimental, perhaps we shouldn't automatically
> allow all future versions of sqlite here?

SQLite say that it is rare to change experimental interfaces:

http://www.sqlite.org/c3ref/experimental.html

-- 
Philip
Received on 2010-04-14 20:42:55 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.