Re: [sqlite] Question about the changes to e_select.test

2013-05-14 Thread Richard Hipp
On Tue, May 14, 2013 at 3:39 PM, Lauren Foutz wrote: > test 4.10 went from: > "SELECT group_concat(y) FROM b2 GROUP BY x" {0,1 3 2,4} > > To: > > "SELECT group_concat(y) FROM b2 GROUP BY x" {/#,# 3 #,#/} > The other change (that you didn't notice) is that the expected result is now s

[sqlite] Question about the changes to e_select.test

2013-05-14 Thread Lauren Foutz
Recently several of the expected results in the test e_select.test were changed to results that look very odd. Basically the numbers that were returned by the query were replaced with lots of "#". For example, test 4.10 went from: # EVIDENCE-OF: R-14926-50129 For the purposes of grouping rows