Sadless74 / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

The feedvalidator is not able to delete the .db file when run on Windows #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the feed validator is run on Windows it is not able to delete the .db 
file it creates.

This is because the SQLite database is not being closed - since the file is 
being used, Windows can't deleted. This is not a problem in Linux.

It's a one-line fix, I just need to figure out what's the most appropriate 
place to put it. We just need to explicitly close the database before 
attempting to delete the file.

Original issue reported on code.google.com by a...@google.com on 4 Dec 2009 at 11:15

GoogleCodeExporter commented 9 years ago
Fixed with r1257.

Original comment by a...@google.com on 17 Dec 2009 at 11:35