Skip to content

Commit

Permalink
SYMMETRICDS-427
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 13, 2011
1 parent 992f7eb commit 35e159b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@
<bean id="msSqlStringTemplate" class="java.lang.String">
<constructor-arg>
<value>
<![CDATA[ case when $(tableAlias)."$(columnName)" is null then '' else '"' + replace(replace($(tableAlias)."$(columnName)" $(masterCollation),'\','\\'),'"','\"') + '"' end ]]>
<![CDATA[ case when $(tableAlias)."$(columnName)" is null then '' else '"' + replace(replace(convert(varchar(max),$(tableAlias)."$(columnName)") $(masterCollation),'\','\\'),'"','\"') + '"' end ]]>
</value>
</constructor-arg>
</bean>
Expand Down

0 comments on commit 35e159b

Please sign in to comment.