type length/precision
---------------------

         Key: SCHEMATOXMI-1
         URL: http://jira.andromda.org/browse/SCHEMATOXMI-1
     Project: Schema2XMI
        Type: Bug
 Environment: AndroMDA 3.0 final
    Reporter: Cedric Bompart
 Assigned to: Chad Brandon 


You can't map different NUMBER length/precision to different language type. At 
the moment only the <from>NUMBER</from> is taken in consideration.

<mapping> 
      <from>NUMBER(2,0)</from> 
      <to>datatype::int</to> 
</mapping> 
<mapping> 
      <from>NUMBER(12,0)</from> 
      <to>datatype::long</to> 
</mapping> 
<mapping> 
      <from>NUMBER</from> 
      <to>datatype::double</to> 
</mapping> 
<mapping> 
      <from>NUMBER(6,2)</from> 
      <to>datatype::double</to> 
</mapping> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Andromda-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to