SQLite.pm: Add the tracking of the file database location,
commit7c39903b00b995e148638c4ca2aa642b575be83a
authorFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Tue, 17 Dec 2013 20:00:05 +0000 (17 17:00 -0300)
committerFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Tue, 17 Dec 2013 20:00:05 +0000 (17 17:00 -0300)
tree0b70d5a5bdfd6f9f98e0b332d107d9b2ad94b31d
parentb738c09d4f6cb89acd2e3271943c4f103f746d33
SQLite.pm: Add the tracking of the file database location,
to allow the posibility of deleting it from the test file.
Also added a DESTROY method to explicitly close
all database connections and remove filehandles,
to allow temporary files deletion.
Bio/DB/SeqFeature/Store/DBI/SQLite.pm