Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: fabien.potencier [...] sensio.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.09
Fixed in: (no value)



Subject: Timeout variable problem
There seems to be a bug in the last DBD::SQLite. There is still a reference to the old Timeout var. To fix, just replace line 301 in main.c by : int timeout = ((sqlite3 *)ptr)->busyTimeout;