reverting back to NVARCHAR because of error technique

This commit is contained in:
Miroslav Stampar
2011-04-20 12:59:23 +00:00
parent 3607f03a9e
commit e4d3190f41
3 changed files with 5 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ def __oneShotErrorUse(expression, field):
threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE)
if trimmed:
warnMsg = "trimmed output detected: "
warnMsg = "possible server trimmed output detected (due to it's length): "
warnMsg += trimmed
logger.warn(warnMsg)