Bugs item #818653, was opened at 2003-10-06 17:03
Message generated for change (Settings changed) made by mattes3
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536545&aid=818653&group_id=73047

Category: Core (generator)
Group: None
>Status: Closed
>Resolution: Duplicate
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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to