summaryrefslogtreecommitdiff
path: root/regress/mysql
AgeCommit message (Collapse)Author
2005-08-23overhaul. test script enhanced.fukachan
2002-07-23obsoletefukachan
2002-07-23new modelfukachan
2002-07-22a samplefukachan
2002-07-22mysql wrapper for conveniencefukachan
2002-07-22allow from *fukachan
2001-09-17replace and rolllback testfukachan
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-17permit localhost not %fukachan
2001-03-17mysqlaccess examplefukachan
2001-03-17fix pathname, import another sql examplesfukachan
2001-03-17Initial revisionfukachan