in reply to Re^6: Conditional many to many relationships with Class::DBI
in thread Conditional many to many relationships with Class::DBI

Thanks - I wasn't sure what you were hinting at.

The higher the isolation level the more concurrency issues you're going to have - unless the system uses some form of multi-version journaling (Sybase doesn't so I tend to use the default isolation level).

Michael

  • Comment on Re^7: Conditional many to many relationships with Class::DBI