On Mar 31, 2010, at 10:23 AM, Kirill Simonov wrote:

> Hi,
>
> I encountered a weird bug.  My query has the form
>     SELECT col_x, ... FROM my_table ... GROUP BY 1
> but the output of the query looks as if it was produced by a query of
> the form
>     SELECT col_y, ... FROM my_table ... GROUP BY 1
> That is, instead of values of col_x, I'm getting values of col_y,  
> which
> is not in the SELECT clause.

   http://www.sqlite.org/src/info/883034dcb5

Should be fixed now:

   http://www.sqlite.org/src/ci/ffc23409c7

Please test out the change in your application if you are able to.

Dan.

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

Reply via email to