Re: get_count with distinct=True

2006-03-22 Thread Adrian Holovaty
On 3/21/06, Adam <[EMAIL PROTECTED]> wrote: > Is there a reason why get_count() (or count() in m-r) doesn't respect > the distinct=True argument? I played around with it some, and got it > working with distinct, but I'm hardly an SQL expert, and I only have > MySQL available for testing. Should I

get_count with distinct=True

2006-03-21 Thread Adam
Is there a reason why get_count() (or count() in m-r) doesn't respect the distinct=True argument? I played around with it some, and got it working with distinct, but I'm hardly an SQL expert, and I only have MySQL available for testing. Should I submit a ticket/patch on this, or am I missing a rea