Comment #1 on issue 158 by jonmpryor: GroupBy/Select query returns
incorrect row count of 1
http://code.google.com/p/dblinq2007/issues/detail?id=158
Looks like ReadTest_GroupBy.G01_SimpleGroup_Count() is faulty then; it
checks that the
Count property is non-zero, but doesn't assert that it's the right value.
This test should be updated to ensure that the Count values are correct.
For example, in G01_SimpleGroup_Count() the key "Buenos Aires" should have
a Count of
3 (as per L2SQL), but DbLinq returns 1.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I am getting the same results, all the group returns the last record only
and the count is 1 which is wrong.
Please, try out the solution on the link below:
http://code.google.com/p/dblinq2007/issues/detail?id=132#c2