Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 46615
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: JMEHNLE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Online backup support
Can support for SQLite's online backup feature be added to DBD::SQLite? http://www.sqlite.org/backup.html This would probably boil down to adding Perl wrappers for the sqlite3_backup_*() functions.
Hopefully fixed in 1.26_02. If there's anything missing, please reopen this and send us a patch and/or a test. On Tue Jun 02 09:09:30 2009, JMEHNLE wrote: Show quoted text
> Can support for SQLite's online backup feature be added to
DBD::SQLite? Show quoted text
> > http://www.sqlite.org/backup.html > > This would probably boil down to adding Perl wrappers for the > sqlite3_backup_*() functions.