Skip to content

Commit

Permalink
SYMMETRICDS-438
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 13, 2011
1 parent e5dde79 commit 0895c7f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@
</property>
<property name="blobColumnTemplate">
<value>
<![CDATA[ case when $(origTableAlias)."$(columnName)" is null then '' else '"' + replace(replace($(defaultCatalog)dbo.$[sym.sync.table.prefix]_base64_encode($(origTableAlias)."$(columnName)"),'\','\\'),'"','\"') + '"' end ]]>
<![CDATA[ case when $(origTableAlias)."$(columnName)" is null then '' else '"' + replace(replace($(defaultCatalog)dbo.$[sym.sync.table.prefix]_base64_encode(CONVERT(VARBINARY(max), $(origTableAlias)."$(columnName)")),'\','\\'),'"','\"') + '"' end ]]>
</value>
</property>
<property name="numberColumnTemplate">
Expand Down

0 comments on commit 0895c7f

Please sign in to comment.