Shaul Behr

Results 3 comments of Shaul Behr

Hi @JonathanMagnan Thanks for following up on this! I'm confused by your proposed replacement syntax. If you use a `.Select()` before the `.UpdateAsync()`, then it's no longer an `IQueryable`, but...

Yeah, just at a glance I can see a few things in that snippet that won't work, but I have total confidence that you'll work it out. Kudos for producing...

FYI, I worked around the issue by getting rid of the `variadic`, so that the signature is simply: ``` create or replace function do_stuff(ids uuid[]) returns int ``` But I'd...