Re: [Sqlalchemy-users] initializing business objects mapped with assign_mapper

2006-08-07 Thread Sanjaya Kumar Patel
>any mapped class may define whatever __init__ method it wants. while >assign_mapper provides a default __init__ method for classes, if the class >already has an __init__ method then that one will be used (just check out >assignmapper.py to see). Thanks. So, to achieve initializations in bu

Re: [Sqlalchemy-users] initializing business objects mapped with assign_mapper

2006-08-04 Thread Michael Bayer
On Aug 4, 2006, at 8:24 AM, Sanjaya Kumar Patel wrote: > It seems that __init__ can't be used in a class used along with > assign_mapper. So, need help on what is a recommended way to achieve > initialization. any mapped class may define whatever __init__ method it wants. while assign_mapper