Revision history for DBIx::Class
0.06003
+ - don't set_columns explicitly in update_or_create; instead use
+ update($hashref) so InflateColumn works
- fix for has_many prefetch with 0 related rows
- make limit error if rows => 0
- added memory cycle tests and a long-needed weaken call