diff --git a/Changes b/Changes index e7e7fb2..5a2d647 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Changes for Perl extension DBD-SQLite +1.38_03 (or 1.39) to be released + - Fixed tests that mistakenly made invalid assumptions about + the result order (ISHIGAKI) + 1.38_02 Thu 4 Apr 2013 - Updated to SQLite 3.7.16.1 (ISHIGAKI) - Removed two obsolete pragma calls at login time (ISHIGAKI) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 342241e..7b1bdff 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -927,6 +927,8 @@ is gone (notably under MS Windows). =back +(The above is quoted from the pod of File::Temp.) + If you don't need to keep or share a temporary database, use ":memory:" database instead. It's much handier and cleaner for ordinary testing.