Luca Steeb

Results 155 comments of Luca Steeb

No, and we don't expect to have this feature anytime soon due to constrained resources

Oh wow, that is pretty cool @fragdance1. If you want to create a PR to add a method `.Select([]string{})` to the query builder to select these fields, I'd be happy...

@fragdance1 I think this would be awesome to have in the client. I'd be happy to review and merge a PR for this! Regarding implementation, I think it's fine if...

@fragdance1 You can just push it to your repo and then create a PR from your branch to this repo

I can confirm this. I think the problem is that we use https://github.com/vercel/pkg for packing the NodeJS cli into the Go client, and it looks like something goes wrong on...

I can not reproduce this. Can you please try again with the latest tag, and if that also doesn't work with the latest version in the master branch via `go...

Got it, this one doesn't work indeed. This currently only works with FindUnique. This is a bit hard to get right as the Prisma AST doesn't work super well with...

Can you share what you want to do specifically? Do you want to query by unique index + something else, or why doesn't FindUnique work for you?

Thanks for the info. I agree that it makes a lot of sense. For now, you'll have to define both fields individually. In this case the `DeviceIDTenantID` would just be...