Ariel Mashraki
Ariel Mashraki
Note, one query uses DISTINCT while the other not (also IN vs EXISTS). An example to check this will help.
> Hey! What is the use case for this? Omitempty? I am joining this question. gqlgen auto-binding works without these tags and those types are used mainly by the client...
Hey @aca and @erikh, and thanks for your comments. > Could you elaborate more on "sessions"? > > Really like all the rest of the design. Many thanks for the...
Hey @rubensayshi, Note, you can pass a custom `Update` function to the builder. For example: ```go client.User.Create(). SetName(...). OnConflict(). Update(func(u *ent.User) { u.SetNull(user.FieldName) }). Exec(ctx) ```
We can add support for `Clear` methods, like: `OnConflict().ClearName()`. > My idea would be to have a Annotation on the Table CreateExplicitlySetNil. I think such logic should reside in the...
> Is there anything holding this up? This issue really creates a lot of unnecessary work for TypeScript users. I believe this behavior should be config-based. Also, this can already...
Thanks for the contribution, @ashtonian. It's appreciated.