BUG: when filtering real numbers!
Posted: Fri 26 Jun 2009 14:45
to reproduce the problem, try this:
OraSession1.Options.Direct := true;
OraQuery.sql.clear;
OraQuery.sql.append('select 165.744 as s_km from dual');
OraQuery.Filter := 's_km = 165.744';
OraQuery.Filtered := true;
=> No result returned! It should find 165.744, but it does not.
With some value it does work, with some other it doesn't.
We announce this problem in April 2009 already.
thanks
michel
OraSession1.Options.Direct := true;
OraQuery.sql.clear;
OraQuery.sql.append('select 165.744 as s_km from dual');
OraQuery.Filter := 's_km = 165.744';
OraQuery.Filtered := true;
=> No result returned! It should find 165.744, but it does not.
With some value it does work, with some other it doesn't.
We announce this problem in April 2009 already.
thanks
michel