Skip Menu |

This queue is for tickets about the Class-DBI-Loader CPAN distribution.

Report information
The Basics
Id: 31213
Status: open
Priority: 0/
Queue: Class-DBI-Loader

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

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



Subject: SQLite file not released on WinXP
Using the SQLite backend to CDBI::Loader, we are unable to unlink a database file after undefining the $loader object returned by new(). I do not see any way to tell the object to release its connection to the database and thus close out the file. FYI, the Windows error is "Permission denied" when we try to unlink. This is due to the file being left in an open state. See http://blogs.sun.com/gc/entry/unlink_fails_with_permission_denied for more details. William -- Knowmad Technologies http://www.knowmad.com
Can you please come up with a failing test case. As you say this being a windows problem, please be specific as to what's going on, setup, etc. I don't have windows handy, so I'm going to have to delegate the testing to somebody else. thanks, --d
On Mon Dec 10 04:39:57 2007, DMAKI wrote: Show quoted text
> Can you please come up with a failing test case. > > As you say this being a windows problem, please be specific as to what's > going on, setup, etc. I don't have windows handy, so I'm going to have > to delegate the testing to somebody else.
Well this may turn out to be an issue with DBD::SQLite as I posted in my other ticket. I'll try to downgrade that module on my Windows system tomorrow and let you know what happens. William -- Knowmad Technologies http://www.knowmad.com