It seems that TOracleDataSet filtering includes values with NULL as well. So if I set Filter := 'Some_Integer_Field = 0' NULL values will be returned as well. This is very unconsistent, if you look at the help for TDataSet.Filter property it states the next:
"When a filter is set, Blank records do not appear unless explicitly included in the filter. For example:
State 'CA' or State = NULL"
So why DOA does it different way? And how can I ignore those blank fields in filtering?
"When a filter is set, Blank records do not appear unless explicitly included in the filter. For example:
State 'CA' or State = NULL"
So why DOA does it different way? And how can I ignore those blank fields in filtering?