4 messages in com.googlegroups.sqlalchemy[sqlalchemy] MapperExtension calling ...
FromSent OnAttachments
Alan Franzoni19 Dec 2006 07:49.py
Alan Franzoni19 Dec 2006 08:21.py
Alan Franzoni19 Dec 2006 09:21 
Michael Bayer19 Dec 2006 11:52 
Subject:[sqlalchemy] MapperExtension calling __init__ and many-to-many relations problem
From:Alan Franzoni (alan@gmail.com)
Date:12/19/2006 07:49:27 AM
List:com.googlegroups.sqlalchemy
Attachments:

Hello,

I'm attaching the test case for this issue. The test case includes some ifs to prevent too many objects to be created and/or to help testing.

Unmodified, this will output:

[] 0 [] 0 [] 0

just changing the CustomMapperExtension if to False (effectively deleting the create_instance override) restores full software functionality. I couldn't understand what's the problem - just to let you know, my software worked 100% until i reached this many-to-many relations part - manytoone and onetomany work fine.