| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-08-03 | white spaces | fukachan | |
| 2002-07-25 | disabled | fukachan | |
| 2002-07-25 | rename: IO::File::Atomic -> IO::Adapter::AtomicFile | fukachan | |
| 2002-07-25 | bug fix so that getline() returns undef if not opened | fukachan | |
| 2002-07-24 | implemente getline() of DBI | fukachan | |
| 2002-07-24 | removed replace() | fukachan | |
| 2002-07-24 | add missing open(), close() | fukachan | |
| 2002-07-24 | clean up | fukachan | |
| remove AUTOLOAD() | |||
| 2002-07-24 | clean up comments | fukachan | |
| 2002-07-23 | discard sql model based framework | fukachan | |
| 2002-07-23 | reconstruct MySQL functions | fukachan | |
| o get_next_key() works now. o disable some functions once. | |||
| 2002-07-22 | accept READ_ONLY($map) | fukachan | |
| prohibit add/delete/replace call for read only maps. | |||
| 2002-06-21 | close write handle and read handle after the write one. | fukachan | |
| 2002-06-01 | nuke white spaces \s*$ | fukachan | |
| 2002-06-01 | FNF-ify | fukachan | |
| 2002-06-01 | fix @argv check | fukachan | |
| 2002-06-01 | FNF | fukachan | |
| remove not-used argument declaration | |||
| 2002-06-01 | defined() overhaul | fukachan | |
| 2002-04-08 | fix/clean up documents | fukachan | |
| 2002-04-01 | cosmetics: white spaces | fukachan | |
| 2002-02-17 | remove \s*$ | fukachan | |
| 2002-02-02 | fix copyright | fukachan | |
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan | |
| 2002-01-27 | clarify IO::Adapter definition and clean up get_XXX() functions. | fukachan | |
| remove get_member(), get_active() and get_recipient() define get_next_key() and get_next_value() and clarify thier definitions. | |||
| 2002-01-27 | fix copyright | fukachan | |
| 2002-01-27 | clarify IO::Adapter::find() usage. | fukachan | |
| find() returns "key value" by default and "key" if requested. add want option e.g. find(key, { want => $what } ). | |||
| 2002-01-13 | clean up comments, update copyright | fukachan | |
| 2001-12-24 | remove \s*$ | fukachan | |
| 2001-12-24 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-12-16 | nuke "require Exporter, which is not needed | fukachan | |
| 2001-10-27 | not used | fukachan | |
| 2001-10-27 | obsolete | fukachan | |
| 2001-09-17 | define AUTOLOAD() to hook up md_XXX() functions | fukachan | |
| XXX For example, md_XXX() should be implemented at XXX IO::Adapter::SQL::toymodel.pm | |||
| 2001-09-17 | rename: $self->{ _driver } -> $self->{ _model_specific_driver } | fukachan | |
| dynamically load DBD:mysql move replace(), getline() and get_nextvalue() to DBI.pm since these functions are MI (Map Independent). implement setpos(), getpos() and eof() in MySQL.pm since these functions is dependent on map type (MD). RDBMS.pm is not used now, so removed. | |||
| 2001-09-17 | rename: fetch_and_cache_address_list -> fetch_all | fukachan | |
| implement md_find() | |||
| 2001-09-17 | change replace() | fukachan | |
| o fix typo: s/regexp/replace/ o fix case insensitive search when $show_all is on o call md_find (md == map dependent, function) if defined | |||
| 2001-08-26 | add touch() method only for file type. It creates a file if the file | fukachan | |
| not exists. | |||
| 2001-08-19 | nuke $Id$ | fukachan | |
| 2001-08-05 | move main functions to IO::Adapter::SQL::toymodel | fukachan | |
| define fetch_and_cache_address_list() to fetch and cache the array of address list. The main part of get_next_value(). | |||
| 2001-08-05 | set @ISA = qw(IO::Adapter::ErrorStatus) to call error_set() | fukachan | |
| check $@ before call configure() add more debug codes | |||
| 2001-08-05 | move SQL::Schema:: to IO::Adapter::SQL:: | fukachan | |
| 2001-08-05 | Initial revision | fukachan | |
| 2001-06-29 | modify IO::Adapter::find() method to accpet options "all" | fukachan | |
| my $addrs = $obj->find( $user , { all => 1 }); FML::Credential is modified to get all addresses which match /^$user/ once and search it within them. 1. get all entries match /^$user/ from $map. 2. try each address in the result matches $address to check. 3. is_same_address() conceals matching algorithm details. | |||
| 2001-06-21 | removed due to obsolete rule | fukachan | |
| 2001-06-17 | we use $FML$, add it and nuke $Id$ if it exists | fukachan | |
| 2001-06-09 | clarify $map_params paremter | fukachan | |
| internal name change: _schema -> _driver | |||
| 2001-06-09 | update status: "mysql" map is implemented already. | fukachan | |
| 2001-06-09 | fix driver sample | fukachan | |
| 2001-05-30 | clean up documents | fukachan | |
