in reply to DBIx::Class recursive fetch/delete?
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBIx::Class recursive fetch/delete?
by stonecolddevin (Parson) on Apr 25, 2007 at 03:45 UTC |