Skip Menu |

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

Report information
The Basics
Id: 123349
Status: new
Priority: 0/
Queue: DBIx-Class

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

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



Subject: FR: implement resultset parameter for ->populate
SYNOPSYS $rs = $schema->resultset( 'TableX' ); $rs->populate( $rs->search({ state => 0 }); which will generate next query: INSERT INTO TableX SELECT * FROM TableX WHERE state = 0