Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2014 at 14:46 UTC
Updated:
23 Dec 2014 at 16:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottFixed it. And yay we have good test coverage.
Comment #3
amateescu commentedNice catch!
Comment #4
chx commentedI wonder whether #2345063: Mutating Select::countQuery() might produce invalid SQL or mask a performance bug would've have solved this had that issue not devolve into another fight :(
Comment #6
catch@chx it'll likely fix similar queries, which is why I agree that issue is major.
However in this case we just do not want the full table count at all, so the patch here would need to be done regardless of that issue.
Committed/pushed to 8.0.x, thanks!