| Age | Commit message (Collapse) | Author |
|
|
|
$args accpets $priority.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SQL::Schema::toymodel holds model specific functions and nuke
$args->{query} parameters.
|
|
re-order function() locations
|
|
|
|
define add( $addr ) and delete( $addr ) method
|
|
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 => {} };
|
|
|
|
|
|
|
|
|
|
|
|
move model specific part to SQL::Schema class
remove IO::Adapter::MySQL class
|
|
|
|
|
|
|
|
|
|
fix sakura's name ;)
|
|
|
|
|
|
|
|
import args of new()
|
|
|
|
|
|
|
|
fix the name to toymode.pm not .pl
TODO is things not yet imported from fml 4.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
request to each FML::Command::$command module.
|
|
|
|
|
|
|
|
|