implemented validation for time-based inference

This commit is contained in:
Miroslav Stampar
2011-01-31 16:07:23 +00:00
parent 25463bc67c
commit b1dc928e68
2 changed files with 20 additions and 2 deletions

View File

@@ -86,6 +86,9 @@ INFERENCE_GREATER_CHAR = ">"
# character used for operation "equals" in inference
INFERENCE_EQUALS_CHAR = "="
# character used for operation "not-equals" in inference
INFERENCE_NOT_EQUALS_CHAR = "!="
# string used for representation of unknown dbms version
UNKNOWN_DBMS_VERSION = "Unknown"