| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2001-05-27 | clean up documentation | fukachan | |
| 2001-05-04 | rename class from IO::MapAdapter to IO::Adapter. | fukachan | |
| 2001-04-30 | clean up documents hierarchy. | fukachan | |
| remove {index,pointer}.ja.html in each directory which is obsolete. merge documents to under fml/doc/ja/ if apporoviate. move variable list to Documentation/ja/etc/ | |||
| 2001-04-15 | implement find($regexp [,$args]) | fukachan | |
| search $regexp in C<map> and return the line which matches C<$regexp>. It searches C<$regexp> in case insenssitive by default. You can change the search behaviour by C<$args> (HASH REFERENCE). | |||
| 2001-04-08 | regen document | fukachan | |
| 2001-04-08 | relocate error() et. al. definitions for each module to have each | fukachan | |
| handlers within under the hierarchy. | |||
| 2001-03-20 | s/error_reset/error_clear/ | fukachan | |
| 2001-03-20 | rewritten to ErrorMessages::Status module for unification of error | fukachan | |
| buffer handling. | |||
| 2001-03-19 | clean up document | fukachan | |
| 2001-03-19 | change $map_params structure | fukachan | |
| 2001-03-18 | IO::Adapter::DBI -< IO::Adapter::MySQL | fukachan | |
| SQL::Schema::toymodel holds model specific functions and nuke $args->{query} parameters. | |||
| 2001-03-18 | clean up variable names | fukachan | |
| re-order function() locations | |||
| 2001-03-18 | fix close() bug | fukachan | |
| define add( $addr ) and delete( $addr ) method | |||
| 2001-03-18 | mysql map can work. | fukachan | |
| IO::MapAdapter->new() accpets two parameters, $map and the parameters $map_params. my $obj = new IO::MapAdapter ('mysql:toymodel', $map_params); where $map_params = { config => {}, query => {} }; | |||
| 2001-03-18 | nuke defined() to avoid perl warning | fukachan | |
| 2001-03-18 | fix dependences for lost IO::Adapter::MySQL | fukachan | |
| 2001-03-18 | remove document et. al. | fukachan | |
| 2001-03-18 | modify MySQL adapter interface | fukachan | |
| move model specific part to SQL::Schema class remove IO::Adapter::MySQL class | |||
| 2001-03-16 | clean up | fukachan | |
| import args of new() | |||
| 2001-03-15 | fix document generation for IO::Adapter::MySQL | fukachan | |
| 2001-03-15 | implemente primitive getline() call to MySQL and the cheker of it. | fukachan | |
| fix the name to toymode.pm not .pl TODO is things not yet imported from fml 4.0. | |||
| 2001-03-14 | nuke .pm in NAME | fukachan | |
| 2001-03-13 | fix dependence, fix typo | fukachan | |
| 2001-03-13 | prototype of mysql | fukachan | |
| 2001-03-13 | Initial revision | fukachan | |
| 2001-03-11 | rewrite close($fh) to $fh->close(). | fukachan | |
| resolve ambiguous close() call. | |||
| 2001-03-11 | replace() method and the checker | fukachan | |
| 2001-03-11 | update documents on add() and delete() | fukachan | |
