From dc289f1df5bd683a8336448d78a48a2afcffa233 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Wed, 1 May 2013 06:45:20 +0000 Subject: [PATCH] updated Changes --- Changes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changes b/Changes index 5a2d647..059c81f 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,17 @@ Changes for Perl extension DBD-SQLite 1.38_03 (or 1.39) to be released + *** NOTICE ON QUERY OPTIMIZER ENHANCEMENT *** + - As of SQLite 3.7.15, SQLite's query optimizer was enhanced + and the result order of a SELECT statement without an ORDER + BY clause may be different from the one of the previous + versions. If your applications or tests mistakenly depend + on the arbitrary output order, they may be broken with this + enhancement. + - Fixed tests that mistakenly made invalid assumptions about the result order (ISHIGAKI) + - Added a brief note on useful pragmata. (ISHIGAKI) 1.38_02 Thu 4 Apr 2013 - Updated to SQLite 3.7.16.1 (ISHIGAKI)