summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/MySQL.pm
AgeCommit message (Collapse)Author
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()