SqlScriptDOM
SqlScriptDOM copied to clipboard
NotLike should not be a BooleanComparisonType
The change #158 added NotLike to the list of BooleanComparisonType. However, LIKE is not part of that list, so neither should NotLike.
This is causing issues in our random query generator, since it is not expecting (Not)Like predicates in that list.