Felix Zedén Yverås

Results 81 comments of Felix Zedén Yverås

I did NOT read the code closely enough when making these changes. Working on an actually working version.

Now it's fixed. As noted in my last commit, I have not added tests for the `fold` behavior. This is partly due to me not intending to spend this amount...

Alright, thank you @clarfonthey ! I'm fine with closing this unless anyone wants to e.g. add an extra snippet of documentation somewhere or further discuss the "weirdness" of the `EntryRef`...

I guess I would have liked to see a reference to `entry()` in the `entry_ref()` docs (and vice versa) with a short "use X instead if ...". To me, it's...

I tested the version of bun from build 3047 and can confirm it passes the test I wrote. It still does not appear to work properly with testcontainers (#13696), exhibiting...

@cirospaciari I'm available on discord if you want to compare notes - currently waiting on 3109 to complete building to test. **EDIT** Still seeing issues in 3109 :/

Additional use case: ```sql CREATE EXTENSION IF NOT EXISTS "postgis" ``` requires superuser, which my graphile user does not have. I can work around this by granting the graphile user...

The reason I noticed this is because I prefer `graphile-migrate run ./migrations/current.sql` over `watch` as I don't want to run semi-completed statements accidentally. I also don't want to mess with...

Are stored procedures (especially with parameters) supported at all at this point?

Adding a note for future googlers: [Stored procedures are not supported by all database types yet](https://learn.microsoft.com/en-us/azure/data-api-builder/known-issues). See also #1023 , #1024 , #1500