In a version 2.6.3 and earlier database, all comparisons between things that looked like numbers were done numerically - by converting the numbers into a double and comparing the doubles. The two numbers in the test above differ in their 20th significant digit. doubles are only accurate to 17 signficant digits (roughly) so the two number are indistinguishable.
Thank you for the clarification.
Could the test be changed such that it is version aware and the case changes appropriately to ensure that it passes based on version?
b.bum
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]