Closed zzzeek closed 6 years ago
Original comment by Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek):
patched this in changeset:1702
Original comment by Anonymous:
session.merge() test case
Original comment by Anonymous:
Patch to fix the problem
Originally reported by: Anonymous
If you have an object that is mapped against more than one table, code like
fails with an error because too many arguments are being passed to the
session.get()
function.