important fix for unicode based character inference

This commit is contained in:
Miroslav Stampar
2011-01-17 10:15:19 +00:00
parent 99a3a3b89c
commit 5c857779c1
2 changed files with 9 additions and 1 deletions

View File

@@ -76,6 +76,9 @@ MIN_TIME_RESPONSES = 15
# after these number of blanks at the end inference should stop (just in case)
INFERENCE_BLANK_BREAK = 10
# use this replacement character for cases when inference is not able to retrieve the proper character value
INFERENCE_UNKNOWN_CHAR = '?'
# string used for representation of unknown dbms version
UNKNOWN_DBMS_VERSION = "Unknown"