in reply to Re^2: Using DBIx::Class To Delete Row With Foreign Keys
in thread Using DBIx::Class To Delete Row With Foreign Keys

In that case, delete the roster records before deleting the member.

poj
  • Comment on Re^3: Using DBIx::Class To Delete Row With Foreign Keys

Replies are listed 'Best First'.
Re^4: Using DBIx::Class To Delete Row With Foreign Keys
by varanasi (Scribe) on Jan 24, 2019 at 17:48 UTC

    Well, perfect! I now understand the problem (and why I couldn't figure it out before.) I feel slightly less dumb.

    Edit: I had left some test records in roster. Sigh.