[DBD-SQLite] [PATCH] Add online backup support

Tim Bunce Tim.Bunce at pobox.com
Wed May 6 09:43:41 GMT 2009


On Wed, May 06, 2009 at 03:25:59PM +1000, Toby Corkindale wrote:
> Kenichi Ishigaki wrote:
>> Hi Toby, please write a test if you can.
>>
>> As for the usage of install_method(), we need to do like this:
>>
>>   DBD::SQLite::db->install_method('sqlite_your_function_name');
>
> Thanks.
> I've attached a test, which passes against my previous patch.
>
> Within that, you can see I'm doing calls of:
> $dbh->backup_from_file('foo');
>
> Are you suggesting that it should be:
> $dbh->sqlite_backup_from_file('foo');
> instead?

Yes.

Tim.



More information about the DBD-SQLite mailing list