After trying to remove field_collection field via UI I get the following error:

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42883]: Undefined function: 7 ERROR: operator does not exist: ` bigint LINE 1: SELECT `entity_id` FROM node__field_fc WHERE `bundle` = 'tes... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.: SELECT `entity_id` FROM {node__field_fc} WHERE `bundle` = 'test'; Array ( ) in field_collection_field_config_predelete() (line 95 of modules/contrib/field_collection/field_collection.module).

I use PostgreSQL 9.5.5.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

VitaliyDemchuk created an issue. See original summary.

VitaliyDemchuk’s picture

VitaliyDemchuk’s picture

Priority: Normal » Critical
Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: 2842381-fix-remove-in-postgresql-db.patch, failed testing.

ram4nd’s picture

Status: Needs work » Closed (won't fix)