summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/MySQL.pm
AgeCommit message (Collapse)Author
2005-08-23fix copyrightfukachan
2005-08-23$sql_server -> $sql_servers.fukachan
enhanced to handle a list of dsn. fix comments.
2004-07-11fix comments.fukachan
explicitly use "return". modify error messages. ensure initialized value.
2004-01-24overhaul from FNF point view.fukachan
o fix comments. o fix loop label name. o more correct initialization if could. o use //o;
2003-08-23fix comments: =head2 function(...) formfukachan
2003-02-01remove get_next_value() method.fukachan
add todo for get_value_as_* if needed. update document.
2003-01-11fix commentsfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-23reconstruct MySQL functionsfukachan
o get_next_key() works now. o disable some functions once.
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-27clarify 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-24update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-09-17rename: $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-05move main functions to IO::Adapter::SQL::toymodelfukachan
define fetch_and_cache_address_list() to fetch and cache the array of address list. The main part of get_next_value().
2001-08-05move SQL::Schema:: to IO::Adapter::SQL::fukachan
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-06-09clarify $map_params paremterfukachan
internal name change: _schema -> _driver
2001-05-30clean up documentsfukachan
2001-05-04rename class from IO::MapAdapter to IO::Adapter.fukachan
2001-03-20rewritten to ErrorMessages::Status module for unification of errorfukachan
buffer handling.
2001-03-19clean up documentfukachan
2001-03-19change $map_params structurefukachan
2001-03-18IO::Adapter::DBI -< IO::Adapter::MySQLfukachan
SQL::Schema::toymodel holds model specific functions and nuke $args->{query} parameters.
2001-03-18clean up variable namesfukachan
re-order function() locations
2001-03-18fix close() bugfukachan
define add( $addr ) and delete( $addr ) method
2001-03-18mysql 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-18modify MySQL adapter interfacefukachan
move model specific part to SQL::Schema class remove IO::Adapter::MySQL class
2001-03-16clean upfukachan
import args of new()