TCK : OrderOfParameters

2005-11-03 Thread Andy Jefferson
The TCK test OrderOfParameters has an error currently. The second query has firstname == :param2 lastname == :param1 (the opposite way around to the params in the first query), and thye parameter values for both queries are the same. As a result the result will be the same (the parameters are

Re: TCK : OrderOfParameters

2005-11-03 Thread Michael Bouschen
Hi Andy, good catch! The second filter should be lastname == :param1 firstname == :param2. Then it returns an empty result as expected. I'll change this soon. Regards Michael The TCK test OrderOfParameters has an error currently. The second query has firstname == :param2 lastname ==