Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
postgresql db driver
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Mar 2015 at 10:41 UTC
Updated:
18 Apr 2015 at 19:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bzrudi71 commentedAnd again, view with no kind of order. Passes PG, let's see if we get pass on MySQL too.
Comment #2
daffie commentedIt all looks good to me.
I can confirm that the test fails for postgreSQL and with the patch the test passes for postgreSQL.
So for me it is RTBC.
Good work bzrudi71.
Comment #3
dawehnerCan't we just order by NID asc? This seems more simple to understand.
I would just leave out the cache_metadata out of the view ... its not related
Comment #4
webchickComment #5
bzrudi71 commentedRe #3.1
That doesn't work as the field_group appears on the same nid - nid 1 in this case. No success when I tried this ;-)
Re #3.2
cache_metadata removed
Comment #6
daffie commentedIt all looks good to me.
I can confirm that the test fails for postgreSQL and with the patch the test passes for postgreSQL.
All the requested changes are made or argued against.
Comment #7
alexpottThis issue addresses a major bug and is allowed per https://www.drupal.org/core/beta-changes. Committed cb230c2 and pushed to 8.0.x. Thanks!
Comment #10
mradcliffeThis seems to have failed again in the last 2 days.