CYKLO-580: Search query in BaseChooseResource class modified. The OR operator in Coral SQLQuery repaired. The outside brackets are append to conditions in WHERE statement.
CYKLO-580: Search query in BaseChooseResource class modified. The OR operator in Coral SQLQuery repaired. The outside brackets are append to conditions in WHERE statement.
CYKLO-580: if node.isCaseSensitive() condition with toLowerCase() method added to RHS string attribute into approximation part of SQLCoralQueryImpl class. toLowerCase() method removed from search qu…
CYKLO-580: if node.isCaseSensitive() condition with toLowerCase() method added to RHS string attribute into approximation part of SQLCoralQueryImpl class. toLowerCase() method removed from search query string in BaseChooseResource class.
CYKLO-580: Method getOperator() changed to isCaseSensitive() in ASTapproximationCondition class. In SQLCoralQueryImpl LOWER() function added to RHS query if RHS is an attribute and node isCaseSensitiv…
CYKLO-580: Method getOperator() changed to isCaseSensitive() in ASTapproximationCondition class. In SQLCoralQueryImpl LOWER() function added to RHS query if RHS is an attribute and node isCaseSensitive() method return true;
CYKLO-580: New predicate LIKE_NC added to CoralSQL API. It works like predicate LIKE but makes LOWER(column_name) on column assigned to LIKE approximation statement. In ASTapproximationCondition class…
CYKLO-580: New predicate LIKE_NC added to CoralSQL API. It works like predicate LIKE but makes LOWER(column_name) on column assigned to LIKE approximation statement. In ASTapproximationCondition class getOperator() method added. Predicate LIKE_NC has been used to disable case sensitivity in search action on chooseRelatedResource screen.