Tim van Dam
Tim van Dam
This could integrate nicely with mutation scopes to ensure that a subset of mutations all share the same scope (e.g. `-`) https://tanstack.com/query/latest/docs/framework/react/guides/mutations#mutation-scopes
Yea will add some later. Bit swamped with work so just made a quick issue to refine/fix later
Since turbo-stream's decode takes a readable stream, closing this readable stream should be sufficient (+ perhaps catching errors if turbo stream errors when you close in the middle of some...
Same here mac: 15.1.1 (24B91) docker: v4.36.0 (175267)
> Thanks for the detailed reproduction. I'll look into it. Nice I forgot to include the data in the issue, here are inserts for the data I used to test...
I've been doing some debugging to see if I can fix this. I've ended up [here](https://github.com/ts-safeql/safeql/blob/666c824e4aa9916611fd0b8a86bf0d06e853f247/packages/generate/src/ast-describe.ts#L490-L496), and realized that this inner type should be made nullable if the argument given...
That's a nice approach. I think this wouldn't fully solve the GROUP BY causing any potentially null results from being omitted, but it is probably not even needed since you...
Hey @karlhorky! I just upgraded SafeQL to latest but am running into the following everywhere: ``` Internal error: parser.parse is not a function @ts-safeql/check-sql ```
Another issue is branded types. I understand limitations in this area, but working around this is difficult. In the code above, `shopifyOrderLineItemId` has type `(ID | null)[]`, where `ID` is...
Getting some issues running the actual queries now. If I do not include type annotations manually, `UNNEST` will fail with ``` 14:57:12 │ web-backend │ error: function pg_catalog.unnest(unknown) is not...