Andriy,
here is a couple suggestions on expressions semantic.
1. Condition names.. to sound more English, I think we need to rename these
condition classes:
Less -> LessThan
LessEqual -> LessThanOrEqualTo
More -> GreaterThan
MoreEqual -> GreaterThanOrEqualTo
2. In addition to "LIKE" we will need case insensitive like. I know it is
not a part of SQL, but in our expressions set it should be present for
convenience, on the backend it will be translated to something like
"UPPER(col_name) like "bla%"
Let me know your opinion
Andrei
This archive was generated by hypermail 2b30 : Sat Aug 04 2001 - 16:21:24 EDT