Changes for version 0.076
- Fixed a bug that caused incorrect counts in get_objects_count() when using the require_object parameter with "... to many" relationships.
- Added bulk update and delete methods to Manager.
- Added cascaded delete, plus a plea inthe documentation for users to do this in the database instead.
- Added "many to one" relationship and made it the new default relationship type for foreign keys.
- Added *_now and *_on_save method types for foreign keys and "... to one" relationships.
- Made get_set_on_save and delete_on_save the default auto method types for foreign keys and "... to one" relationships.
- load() now returns the object itself on success, which allows for the convenient $obj = MyObject->new(id => 123)->load;
- save() now returns the object itself on success, which allows for the convenient $obj = MyObject->new(id => 123)->save;
Modules
Extensible, high performance RDBMS-OO mapper.
Memory cached object representation of a single row in a database table.
Iterate over a series of Rose::DB::Objects.
Create date-related methods for Rose::DB::Object-derived objects.
Create generic object methods for Rose::DB::Object-derived objects.
Create PostgreSQL-specific object methods for Rose::DB::Object-derived objects.
Create object methods related to Rose::DB::Object::Std-derived objects.
Fetch multiple Rose::DB::Object-derived objects from the database using complex queries.
Database object metadata.
Base class for database column metadata objects.
Array column metadata.
Bitfield column metadata.
Binary large object column metadata.
Boolean column metadata.
Character column metadata.
Date column metadata.
Datetime column metadata.
Datetime year to fraction column metadata.
Datetime year to fraction(1) column metadata.
Datetime year to fraction(2) column metadata.
Datetime year to fraction(3) column metadata.
Datetime year to fraction(4) column metadata.
Datetime year to fraction(5) column metadata.
Datetime year to minute column metadata.
Datetime year to second column metadata.
Decimal column metadata.
Floating-point column metadata.
Integer column metadata.
Numeric column metadata.
PostgreSQL CHKPASS column metadata.
Scalar column metadata.
Serial column metadata.
Set column metadata.
Text column metadata.
Timestamp column metadata.
Variable-length character column metadata.
Foreign key metadata.
Primary key metadata.
Base class for table relationship metadata objects.
One to many table relationship metadata object.
Many to one table relationship metadata object.
One to many table relationship metadata object.
One to one table relationship metadata object.
Unique key metadata.
Build SQL queries on behalf of Rose::DB::Object::Manager.
Standardized object representation of a single row in a database table.
Memory cached standardized object representation of a single row in a database table.
Standardized database object metadata.
Utility functions for use in Rose::DB::Object subclasses and method makers.
Provides
in lib/Rose/DB/Object/Constants.pm
in lib/Rose/DB/Object/Metadata/Auto.pm
in lib/Rose/DB/Object/Metadata/Auto/Informix.pm
in lib/Rose/DB/Object/Metadata/Auto/MySQL.pm
in lib/Rose/DB/Object/Metadata/Auto/Pg.pm
in lib/Rose/DB/Object/Metadata/ColumnList.pm
in lib/Rose/DB/Object/Metadata/MethodMaker.pm
in lib/Rose/DB/Object/Metadata/Object.pm
in lib/Rose/DB/Object/Metadata/Util.pm