Ignore:
Timestamp:
2010-12-07T16:55:10+13:00 (13 years ago)
Author:
max
Message:

Added (for GDBM and Sqlite) set_infodb_entry to directly change one value in the database. Print statements added to other versions of function, alterting that they are not implemented.

Also added read_infodb_rawentry. Plus, more efficient way of accessing a single record from Sqlite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/dbutil/gdbmtxtgz.pm

    r23169 r23399  
    184184}
    185185
     186 sub set_infodb_entry
     187{
     188  my $infodb_file_path = shift(@_);
     189  my $infodb_key = shift(@_);
     190  my $infodb_map = shift(@_);
     191 
     192  print STDERR "***** gdbmtxtgz::set_infodb_entry() not implemented yet!\n";
     193}
     194
    186195
    187196
Note: See TracChangeset for help on using the changeset viewer.