[ http://jira.andromda.org/browse/MISC-32?page=history ]

Chad Brandon moved DB-6 to MISC-32:
-----------------------------------

    Project: Miscellaneous  (was: Database Cartridge)
        Key: MISC-32  (was: DB-6)

> MS SqlServer does not support blob datatype yet
> -----------------------------------------------
>
>          Key: MISC-32
>          URL: http://jira.andromda.org/browse/MISC-32
>      Project: Miscellaneous
>         Type: Bug
>  Environment: Hibernate/Spring cartridges with SqlServer
>     Reporter: Darius Schier
>     Assignee: Chad Brandon

>
> Hi there,
> if an attribute is defined as Blob within the model, it is expected to create 
> a blob at the database. Unfortunately the mapping file for mssql is missing 
> that type and does not create the right hbm type (and sql of course).
> Would you mind to append the following lines within 
> etc/mappings/MSSQLMappings.xml:
>     <mapping>
>         <from>datatype::Blob</from>
>         <to>IMAGE</to>
>     </mapping>
>     <mapping>
>         <from>datatype::Clob</from>
>         <to>TEXT</to>
>     </mapping>
> Best Regards
> Darius

-- 
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
Andromda-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to