Daniel Shahaf <d...@daniel.shahaf.name> writes: > phi...@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