support ON UPDATE CASCADE for join table inheritance PKs

Issue #1362 resolved
Mike Bayer repo owner created an issue

make a test case for this as I am observing it here in the wild.

Comments (5)

  1. Mike Bayer reporter

    in fact its that save_obj() doesn't know about ON UPDATE CASCADE. I think we need to add an option to the mapper to allow "passive" updates of primary keys with joined table inheritance (and also support DB's without ON UPDATE CASCADE).

  2. Log in to comment