Revision history for Perl extension DBIx::MoCo.
0.07 Fri Mar 9 2007
- Added DBIx::MoCo::Schema for schema definition
- Added count method to DBIx::MoCo
- Removed keys method and added unique_keys method to MoCo
- Changed primary_keys, unique_keys to get info automatically
- Added cache_status method to DBIx::MoCo
- Added DBIx::MoCo::Column and URI plugin for inflating columns
- Added DBIx::MoCo::Join for joined classes
- Added DBIx::MoCo::Readonly for read only classes.
- Fixed problem new session will start when save_changed is called.
- Added retrieve_by_a_or_b handler into DBIx::MoCo
- Added descriptions to MoCo's pod.
- Added retrieve_keys to MoCo
0.06 Mon Feb 12 2007
- changed name from MoCo to DBIx::MoCo. (sorry to change so many times ;)
- changed DataBase->dbh using DBI->connect_cached.
- added cache_connection attribute in DataBase.
0.05 Sat Feb 3 2007
- fixed bug that null cache with other key isn't flushed when a new record is inserted
- Added DBIx::MoCo->keys and changed flush_cache to flush all possible oids.
- fixed bug in create to set primary key
- changed croak in object_id to warning for new created object
0.04 Wed Jan 31 2007
- changed name from Class::DBIx::MoCo to DBIx::MoCo
- added session & delay saving feature in DBIx::MoCo.
- changed AUTOLOAD behavior when undefined attr is called
- added retrieve_or_create method using prmary keys.
0.03 Tue Jan 30 2007
- added param method to update db
- changed name from Class::TableObject to Clsss::DBIx::MoCo
- changed Class::DBIx::MoCo::Cache API same as Cache.pm
0.02 Tue Jan 30 2007
- added param method (not update db yet)
0.01 Mon Jan 29 2007
- initial version