OSDN Git Service

ns_search: hide unwanted console output when update all index
[newslash/newslash.git] / src / newslash_web / lib / Newslash / Model / Base.pm
2019-06-17 hylomModel::Base: remove deprecated / unused functions
2018-09-25 hylomModel: create plugin to setup Models
2018-09-20 hylomdefine default values in each plugins
2017-09-25 hylomimplement FACULITY system
2017-09-19 hylom * Model::Base: add debug(), error(), etc...
2017-05-30 hylom * Model::Base: new_instance_of() now support '::Foo...
2017-05-19 hylomModel: add Cowrapper.pm and move some functions from...
2017-04-28 hylomModel::Base: build_orderby_clause() returns ("", (...
2017-03-30 hylomModel::Base: fix rollback() clear errors
2017-03-23 hylomModel::Base: now build_orderby_clause() supports alias
2017-03-16 hylomModel::Base: add check_readonly()
2017-03-02 hylomModel::Base: fix generic_select() and build_where_claus...
2017-02-27 hylomModel::Base: generic_select() can receive SQL
2017-02-24 hylomModel::Base: now generic_select() and base_select(...
2017-02-23 hylomModel::Base: add clear_error() and generic_select()
2017-02-17 hylomModel::Base: add build_orderby_clause method
2017-02-03 hylomModel::Base: add build_limit_clause method
2017-02-02 hylomModel::Base: when rollback called, set error strings
2017-01-31 hylomModel::Base: fix build_where_clause crash when multiple...
2017-01-27 hylomModel::Base: rename commit_transaction and rollback_tra...
2017-01-20 hylomModel::Base: init _error and _errorno property in new...
2017-01-20 hylomModel::Base: rename internal variable conflict with...
2017-01-17 hylomModel::Base: fix forgetten declare
2017-01-17 hylomModel::Base: implement transaction system
2016-12-21 hylomModel::Base: add base_select and build_where_clause...
2016-11-21 hylomModel::Base: add on_start_up function
2016-10-24 hylomModel::Base: add KeyValue-Store support
2016-10-21 hylomModel::Base: add 'warn' method
2016-10-19 hylomModel::Base: 'set_error' can recieve errorno argument
2016-10-07 hylomModel::Base: add some utility method
2016-10-03 hylomrename dev -> src