cancel
Showing results for 
Search instead for 
Did you mean: 

Deprecated IMAGE datatype under MS SQL Server

jackdd
Champ in-the-making
Champ in-the-making
Hi,

we migrate to activiti version 5.12 and validate our software with MS SQL Server 2012. We found out that activiti uses the deprecated IMAGE data type on tables
  • ACT_GE_BYTEARRAY

  • ACT_HI_COMMENT

  • ACT_ID_INFO
The IMAGE data type is deprecated since MS SQL 2005. The data type VARBINARY(MAX) should be used instead.
See http://msdn.microsoft.com/en-us/library/ms143729.aspx for details.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
(back from holiday, sorry for the late response)

Thanks for posting this. I created a Jira issue to follow up on this: http://jira.codehaus.org/browse/ACT-1642