Bugs item #818653, was opened at 2003-10-06 17:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536545&aid=818653&group_id=73047
Category: Core (generator) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Manfred Geiler (manolito) Assigned to: Nobody/Anonymous (nobody) Summary: findAttributeSQLType in SimpleOOHelper Initial Comment: Method findAttributeSQLType in SimpleOOHelper: The line <code> value = this.typeMappings.getSQLType(typeName, value) ; </code> is incorrect. Second argument should be the length: <code> value = this.typeMappings.getSQLType(typeName, findAttributeSQLFieldLength(attribute)); </code> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536545&aid=818653&group_id=73047 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
