oddanderson

Results 8 comments of oddanderson

I think part of the problem is that the queries do not execute until the transaction is committed. If you want to make an external API call in the middle...

hi @pgrzesik - yes I see it now. In non serverless world, is it always the "lambda" property that gets populated? Would be helpful to augment the serverless docs with...

I am seeing several issues with upsert as well. Is there a timeline on fixing this? There is no other good method for performing bulk row updates. It's concerning that...

> i had a similar error but it was on web platform, was this on web too or ios or android @karam1ashqar were you able to resolve for web? running...

"In databases" should be made more specific to "In Postgres." There are many databases that allow direct comparison operators to null values with the above expected results. Postgres provides `Is...

Hi sorry if this is a dumb question, as I'm still learning web/expo coming from backend. Expo is still pulling in 3.10, so it seems like 3.12 might be a...