Skip to content

Error in update trigger with json/geometry columns #2036

Closed
@sylvere-wexity

Description

With postgres 9.5 and hasura 1.0-alpha44, when updating a row with a json (or geometry) column, the trigger function throws the following error :

ERROR:  could not identify an equality operator for type json
CONTEXT:  PL/pgSQL function hdb_views."notify_hasura_test_trigger_UPDATE"() line 39 at IF

Error seems to come from comparison between current and previous row values.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

c/serverRelated to serverk/bugSomething isn't workingp/urgentImmediate action required

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions