The query optimizer enhancements that were added as part of version 3.7.15
were a little overzealous in optimizing out certain ORDER BY clauses, which
means that in some cases the result rows were not being sorted and were
coming out in an incorrect order.  See
http://www.sqlite.org/src/info/a179fe7465 for details.

Because of this issue, we have decided to do a bug-fix patch release,
version 3.7.16.1, in about a week.  Several other fixes will be included in
the same release.  Visit
http://www.sqlite.org/draft/releaselog/3_7_16_1.html for a complete list of
change.

Builds of the amalgamation source code files for the release candidate can
be obtained from http://www.sqlite.org/draft/download.html

Please post to this mailing list, or email directly to me, if you know of
any other problems that this release needs to address or if you know of any
reason why we should delay the release.

Thanks.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to