| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-08-23 | fix copyright | fukachan | |
| 2005-08-23 | $sql_server -> $sql_servers. | fukachan | |
| enhanced to handle a list of dsn. fix comments. | |||
| 2004-07-11 | fix comments. | fukachan | |
| explicitly use "return". modify error messages. ensure initialized value. | |||
| 2004-01-24 | overhaul from FNF point view. | fukachan | |
| o fix comments. o fix loop label name. o more correct initialization if could. o use //o; | |||
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-02-01 | remove get_next_value() method. | fukachan | |
| add todo for get_value_as_* if needed. update document. | |||
| 2003-01-11 | fix comments | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-07-23 | reconstruct MySQL functions | fukachan | |
| o get_next_key() works now. o disable some functions once. | |||
| 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. | |||
| 2001-12-24 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 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-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 | move SQL::Schema:: to IO::Adapter::SQL:: | 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-05-30 | clean up documents | fukachan | |
| 2001-05-04 | rename class from IO::MapAdapter to IO::Adapter. | 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 | 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() | |||
