fix for a bug (--predict-output) noticed by Bernardo

This commit is contained in:
Miroslav Stampar
2011-01-31 15:00:41 +00:00
parent 60a2364f2b
commit 25463bc67c
2 changed files with 11 additions and 3 deletions

View File

@@ -80,6 +80,12 @@ INFERENCE_BLANK_BREAK = 15
# use this replacement character for cases when inference is not able to retrieve the proper character value
INFERENCE_UNKNOWN_CHAR = '?'
# character used for operation "greater" in inference
INFERENCE_GREATER_CHAR = ">"
# character used for operation "equals" in inference
INFERENCE_EQUALS_CHAR = "="
# string used for representation of unknown dbms version
UNKNOWN_DBMS_VERSION = "Unknown"