Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: elfchief+cpanbugs [...] lupine.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.25
Fixed in: (no value)



Subject: No way to set busy_timeout?
SQLite provides a busy_timeout setting for determining how long SQLite will wait for a lock to be released on a database if it tries to open the database while it's in use. There doesn't appear to be any way to access this functionality through DBD/DBI, which makes writing perl where multiple processes access the same database ... a major pain in the ass. It'd be really nice if this functionality were accessable!