Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 92723
Status: resolved
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: DAVEWOOD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.082801



Subject: populate inserts only rows that exist in first row
http://blogs.perl.org/users/wolfgang_kinkeldei/2011/09/dbixclass-populate-gocha.html $foo_rs->populate( [ { a=>1 }, { a=>2, b=>3} ] ); # select * from foo; a | b 1 | undef 2 | undef
Subject: populate inserts only columns that exist in first row
typo in subject, meant to write: populate inserts only columns that exist in first row hashref
This bugger is finally fixed by https://github.com/dbsrgits/dbix-class/commit/d0cefd99. Sorry for the numerous delays.