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

2011-01-20 Thread Simon Slavin
On 20 Jan 2011, at 7:48pm, Eric Smith wrote: > Stephen Oberholtzer wrote: > >> Good news, everyone! I've taught SQLite to feel love! > > FINALLY. I put in that feature request like 3 years ago. Unfortunately it has to be wrapped in a transaction, and if you don't begin one yourself SQLite

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

2011-01-20 Thread Eric Smith
Stephen Oberholtzer wrote: > Good news, everyone! I've taught SQLite to feel love! FINALLY. I put in that feature request like 3 years ago. -- Eric A. Smith Computer programs don't like being anthropomorphized. ___ sqlite-users mailing list

[sqlite] Patch to allow DISTINCT in multi-argument aggregate functions

2011-01-20 Thread Stephen Oberholtzer
Good news, everyone! I've taught SQLite to feel love! No, wait, that's not it. I spotted the thread 'how to use group_concat uniquely' today, and felt inspired, so I wrote a quick patch. The patch allows a multi-argument aggregate function to be passed DISTINCT, under the restriction that every