Re: [sqlite] Patch to allow DISTINCT in multi-argument aggregatefunctions

2011-01-21 Thread Stephen Oberholtzer
On Fri, Jan 21, 2011 at 5:51 AM, smart sl  wrote:
> Good news. I've asked a few days earlier that how could I use DISTINCT in
> group_concat with seperator specified meanwhile. It's lovely.

I know -- reading that thread is what inspired the patch.


-- 
-- Stevie-O
Real programmers use COPY CON PROGRAM.EXE
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Patch to allow DISTINCT in multi-argument aggregatefunctions

2011-01-21 Thread smart sl
Good news. I've asked a few days earlier that how could I use DISTINCT in
group_concat with seperator specified meanwhile. It's lovely.

2011/1/21 Andy Gibbs 

> On Thursday, January 20, 2011 8:27 PM, Stephen Oberholtzer wrote:
>
>
> > Here's a quick diff.  If people (in particular, DRH) think it's worth
> > it, I'll write up the test cases and submit a more formal patch.
>
> Great patch!
>
> I'd be interested in a more formal patch with test cases, if you have the
> time.  There may be others on this list who would also be interested --
> there are a number of us that maintain "alternative" versions of sqlite...
> Of course, if you can get it into mainline sqlite, even better!
>
> Thanks!
>
> Andy
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Patch to allow DISTINCT in multi-argument aggregatefunctions

2011-01-21 Thread Andy Gibbs
On Thursday, January 20, 2011 8:27 PM, Stephen Oberholtzer wrote:


> Here's a quick diff.  If people (in particular, DRH) think it's worth
> it, I'll write up the test cases and submit a more formal patch.

Great patch!

I'd be interested in a more formal patch with test cases, if you have the 
time.  There may be others on this list who would also be interested --  
there are a number of us that maintain "alternative" versions of sqlite... 
Of course, if you can get it into mainline sqlite, even better!

Thanks!

Andy

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users