Skip Menu |

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

Report information
The Basics
Id: 5442
Status: new
Priority: 0/
Queue: DBD-XBase

People
Owner: Nobody in particular
Requestors: teejay [...] droogs.org
Cc:
AdminCc:

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



Subject: DBD-XBase failing to check if file is writable and incorrectly reporting success
Hi, I am using DBD-XBase to talk to some FoxPro database files. I just noticed that when I do an update on a readonly file, $sth->execute() reports 1 and there is no db error, everything not only fails silently but while reporting success. Can you throw an error if the file cannot be written to so that rv can be checked and the problem spotted. I just wasted 30 mins wondering why the values in the DB weren't being updated before I thought to check the file permissions. Thanks. A.