in reply to DBIx::Class recursive fetch/delete?

Hi, I don't know whether thishelps your case

Thanks, you sent me reading into another direction. While I was following the Class::DBI-link on the DBIx::Class documentation-site I found this: Music::CD->search(year => 1980, title => 'Greatest %')->delete_all;
I see DBIx::Class should be compatible.
Hope it helps you.

if( exists $aeons{strange} ){ die $death unless ( $death%2 ) }

Replies are listed 'Best First'.
Re^2: DBIx::Class recursive fetch/delete?
by stonecolddevin (Parson) on Apr 25, 2007 at 03:45 UTC

    That doesn't take into account that I need to pass multiple photo_ids.

    I'm wondering if I need to pass them as an array(ref) or some such?

    meh.