-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/bugSomething isn't workingSomething isn't workingp/urgentImmediate action requiredImmediate action required
Milestone
Description
Example query:
mutation{
insert_Company(objects: [{
id: 36, description: "test"
}], on_conflict: { action: update ,
constraint: Company_pkey }){
affected_rows
}
}
returned error:
{"errors":[{"path":"$","error":"constraint "company_pkey" for table "Company" does not exist","code":"constraint-error"}]}
according to @0x777: "When generating the sql, we don't seem to be quoting the constraint name
and because of how sql treats case not quoting Company_pkey is causing problems."
Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/bugSomething isn't workingSomething isn't workingp/urgentImmediate action requiredImmediate action required