summaryrefslogtreecommitdiff
path: root/regress/mysql/getline.pl
AgeCommit message (Collapse)Author
2005-08-23overhaul. test script enhanced.fukachan
2001-09-17modify parameters to sync w/ my environment. more debug infofukachan
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-05-04rename class from IO::MapAdapter to IO::Adapter.fukachan
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-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-17valid pasword is preferable :)fukachan
2001-03-17Initial revisionfukachan