System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: c71846ed5797d660b54322cf722a944afd2d3ff9
Title: Support for SQLite Backup API
Status: Closed Type: Feature_Request
Severity: Important Priority: NextRelease
Subsystem: Integration_Via_PInvoke Resolution: Fixed
Last Modified: 2012-03-24 16:48:24
Version Found In: 1.0.79.0
Description:
We have an in memory layer of sqlite databases that get flushed to disk asynchronously.  We have modified System.Data.SQLite to use the Backup API for quick loading of on disk databases to in memory databases.  It would be nice to have native support for this in System.Data.SQLite so we dont have to merge every time we upgrade.

<hr /><i>anonymous added on 2011-05-08 18:56:48 UTC:</i><br />
Is it known approximately when Backup API support can be expected? We are in the same situation as the original filer, and are trying to decide whether to continue merging new releases and maintaining our own fork with the Backup API or whether to just hold out and use our existing older version for a while.

<hr /><i>anonymous added on 2011-06-06 17:42:05 UTC:</i><br />
Maybe if some design preferences were voiced from within the SQLite project, the community could help develop a backup API solution? It sounds like a lot of organizations (like mine) have developed their own support and some would probably be happy to help if that already completed work could contribute to a faster resolution to this issue.

<hr /><i>mistachkin added on 2012-03-24 10:06:11 UTC:</i><br />
Work has started on this feature, see check-in [6eac31ab88].


<hr /><i>mistachkin added on 2012-03-24 16:48:24 UTC:</i><br />
Merged to trunk.  This feature will appear in the 1.0.80.0 release.