problem fixed

This commit is contained in:
Miroslav Stampar 2011-02-07 11:57:41 +00:00
parent c0233dcd4f
commit 1a5a66870e

View File

@ -147,7 +147,7 @@
<!-- Microsoft SQL Server -->
<dbms value="Microsoft SQL Server">
<cast query="CAST(%s AS NVARCHAR)"/>
<cast query="CAST(%s AS NVARCHAR(4000))"/>
<length query="LTRIM(STR(LEN(%s)))"/>
<isnull query="ISNULL(%s, ' ')"/>
<delimiter query="+"/>