mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
updated Changes
This commit is contained in:
parent
740a9786d0
commit
dc289f1df5
1 changed files with 9 additions and 0 deletions
9
Changes
9
Changes
|
@ -1,8 +1,17 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
1.38_03 (or 1.39) to be released
|
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
|
- Fixed tests that mistakenly made invalid assumptions about
|
||||||
the result order (ISHIGAKI)
|
the result order (ISHIGAKI)
|
||||||
|
- Added a brief note on useful pragmata. (ISHIGAKI)
|
||||||
|
|
||||||
1.38_02 Thu 4 Apr 2013
|
1.38_02 Thu 4 Apr 2013
|
||||||
- Updated to SQLite 3.7.16.1 (ISHIGAKI)
|
- Updated to SQLite 3.7.16.1 (ISHIGAKI)
|
||||||
|
|
Loading…
Add table
Reference in a new issue