- Allow populate to skip empty has_many relationships which makes
it easier to pass HashRefInflator data directly to ->populate
- Improve freeze/thaw semantics and error messages (RT#62546)
+ - Fix inconsistency in Manual::Features (RT#64500)
* Misc
- Fix test warning on win32 - at this point the test suite is
sszabo: Stephan Szabo <sszabo@bigpanda.com>
+talexb: Alex Beamish <talexb@gmail.com>
+
teejay : Aaron Trevena <teejay@cpan.org>
Todd Lipcon
for (@res) {
say $_->price . ' ' . $_->genre;
say $_->get_column('max_price');
- say $_->get_column('min_price');
+ say $_->get_column('avg_price');
}
See L<DBIx::Class::ResultSet/select>, L<DBIx::Class::ResultSet/as>, and