| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-01-09 | white space cosmetics. | fukachan | |
| fix copyright. | |||
| 2005-08-23 | change dsn to form "DBI:$driver:dbname=$database;host=$host". | fukachan | |
| always $dbh->commit(); enhanced to handle a list of dsn and to retry sql servers if needed. DBI->connect with { AutoCommit => 0 } option. | |||
| 2005-08-17 | fix copyright | fukachan | |
| 2005-08-10 | $sql_QUERY -> $sql_query_QEURY | fukachan | |
| 2004-07-11 | fix comments. | fukachan | |
| explicitly use "return". modify error messages. ensure initialized value. | |||
| 2004-01-24 | overhaul from FNF point view. | fukachan | |
| o fix comments. o fix loop label name. o more correct initialization if could. o use //o; | |||
| 2003-11-26 | implement get_key_values_as_array_ref() to return key and all values | fukachan | |
| as ARRAY_REF. | |||
| 2003-08-24 | remove debug: print STDERR .. | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-05-26 | remove not used method: | fukachan | |
| - get_value_as_str() - get_value_as_array_ref() | |||
| 2003-02-11 | FNF: add comment | fukachan | |
| 2003-02-01 | remove get_next_value() method. | fukachan | |
| add todo for get_value_as_* if needed. update document. | |||
| 2003-01-11 | fix comments | fukachan | |
| 2002-12-22 | fix comments. cosmetics. | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-03 | white spaces | fukachan | |
| 2002-07-24 | implemente getline() of DBI | fukachan | |
| 2002-07-24 | removed replace() | fukachan | |
| 2002-07-24 | add missing open(), close() | fukachan | |
| 2002-07-23 | reconstruct MySQL functions | fukachan | |
| o get_next_key() works now. o disable some functions once. | |||
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan | |
| 2002-01-27 | clarify 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. | |||
| 2002-01-27 | fix copyright | fukachan | |
| 2002-01-27 | clarify IO::Adapter::find() usage. | fukachan | |
| find() returns "key value" by default and "key" if requested. add want option e.g. find(key, { want => $what } ). | |||
| 2001-12-24 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-09-17 | rename: $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-05 | move SQL::Schema:: to IO::Adapter::SQL:: | fukachan | |
| 2001-06-17 | we use $FML$, add it and nuke $Id$ if it exists | fukachan | |
| 2001-05-30 | clean up documents | fukachan | |
| 2001-04-08 | relocate error() et. al. definitions for each module to have each | fukachan | |
| handlers within under the hierarchy. | |||
| 2001-03-20 | s/error_reset/error_clear/ | fukachan | |
| 2001-03-20 | rewritten to ErrorMessages::Status module for unification of error | fukachan | |
| buffer handling. | |||
| 2001-03-18 | IO::Adapter::DBI -< IO::Adapter::MySQL | fukachan | |
| SQL::Schema::toymodel holds model specific functions and nuke $args->{query} parameters. | |||
