jplindstrom / p5-DBIx-Class-BatchUpdate

Perl module to update batches of DBIC rows with as few queries as possible
0 stars 1 forks source link

Hard coded "id" column in update #4

Closed jplindstrom closed 8 years ago

jplindstrom commented 8 years ago

The Batch->update method assumes the PK column is called "id".