Skip to content

Commit

Permalink
SYMMETRICDS-460: Initial load gets arithmetic exception, numeric over…
Browse files Browse the repository at this point in the history
…flow, or string truncation
  • Loading branch information
erilong committed Jun 22, 2011
1 parent ec1f50d commit 00df0cb
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -34,6 +34,12 @@
returns cstring(4096) free_it entry_point 'sym_hex' module_name 'sym_udf'
</value>
</entry>
<entry key="rtrim">
<value>
declare external function $(functionName) cstring(32767)
returns cstring(32767) free_it entry_point 'IB_UDF_rtrim' module_name 'ib_udf'
</value>
</entry>
</map>
</property>
<property name="stringColumnTemplate" >
Expand Down Expand Up @@ -167,7 +173,7 @@
</entry>
<entry key="initialLoadSqlTemplate">
<value>
<![CDATA[select $(columns) from $(schemaName)$(tableName) t where $(whereClause)]]>
<![CDATA[select $[sym.sync.table.prefix]_rtrim($(columns))||'' from $(schemaName)$(tableName) t where $(whereClause)]]>
</value>
</entry>
</map>
Expand Down

0 comments on commit 00df0cb

Please sign in to comment.