Closed
Bug 992201
(SQLite3.8.4.3)
Opened 12 years ago
Closed 12 years ago
Upgrade to SQLite 3.8.4.3
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: boaz.dodin, Unassigned)
References
()
Details
One more point release.
Just one fix:
Add a one-character fix for a problem that might cause incorrect query results on a query that mixes DISTINCT, GROUP BY in a subquery, and ORDER BY.
Ticket 98825a79ce14 - http://www.sqlite.org/src/info/98825a79ce1456863
Is it related to us?
| Reporter | ||
Updated•12 years ago
|
Depends on: SQLite3.8.4.2
Comment 1•12 years ago
|
||
from a quick audit on mxr, we don't seem to be affected by this issue, so I think we can skip this update.
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Updated•11 years ago
|
Blocks: SQLite3.8.5
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•