Ignore:
Timestamp:
2016-12-09T21:24:55+13:00 (7 years ago)
Author:
ak19
Message:

This commit is related to but not specific to the upcoming commit to do with the new oaiinfo db and its directly affected files. This commit: New remove and rename (move) methods in DB package to clean up main db file and any additional db files created by any specific infodbtype. The new methods in dbutil/jdbm.pm are not called, for some reason. Requires more investigation, but committing for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/DBDrivers/JDBM.pm

    r30517 r31188  
    8383# -----------------------------------------------------------------------------
    8484
    85 # When DBUtil::* is properly structured with inheritence, then
     85# When DBUtil::* is properly structured with inheritance, then
    8686# much of this code (along with GDBM and GDBM-TXT-GZ) can be grouped into
    8787# a shared base class.  Really it is only the the command that needs to
     
    9191# sub get_infodb_file_path {}
    9292
    93 # Handles by 70HyphenFormat
     93# Handled by 70HyphenFormat
    9494# sub open_infodb_write_handle(string, string?) => filehandle
    9595# sub close_infodb_write_handle(filehandle) => void
Note: See TracChangeset for help on using the changeset viewer.