discard changes now is forced to use master for replication. changed discard_changes...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / ColumnsAsHash.pm
2008-02-13 Michael G Schwern Emulate that Class::DBI inflates immediately
2008-02-13 Michael G Schwern Hash access no works despite lack of existing accessor...
2008-02-13 Michael G Schwern When emulating $obj->{column} do not call any custom...
2008-01-17 Michael G Schwern Make the hash-key warning dependent on DBIC_CDBICOMPAT_...
2008-01-16 Michael G Schwern mst pointed out that my $val = $obj->{col}; $obj-...
2008-01-16 Michael G Schwern Allow CDBI objects to be accessed like hashes as people...