tandem97
tandem97
> From a project I've done this in before, I get the following generated: > > ```go > // AsJSONPatchRequestAddReplaceTest returns the union data inside the PatchRequest_Item as a JSONPatchRequestAddReplaceTest...
> Merge ```yaml openapi: 3.0.3 info: description: test server version: 1.0.0 paths: /fapi/v1/order: post: summary: New Order responses: '200': description: Order result content: application/json: schema: oneOf: - $ref: '#/components/schemas/orderResponseAck' -...
> > > Merge > > > > > > ```yaml > > openapi: 3.0.3 > > > > info: > > description: test server > > version: 1.0.0 >...
The same situation happens when you are using oneOf in request too
Same situation. I see this messages just after refresh source control. But i can't understand after what event vs code brokes.
Here is my escape: ```go dialect.Insert("some_table").Cols("col1", "col2", "col3").Vals(vals...). OnConflict(goqu.DoUpdate( "ON CONSTRAINT smth_unique", goqu.C("col1").Set(goqu.L("EXCLUDED.col1")), )) ```
@Chillance Can you share this ways please?