Philipp Steinrötter
Philipp Steinrötter
# Bug report ## Describe the bug I am not sure yet whether this is a bug, but we should add tests for transaction statements to see how they are...
### Environment * Operating system: macos + supabase cloud * Supabase CLI version: 1.178.2 ### Description of issue A Postgrest many-to-many query fails if a table in the "primary" schema...
**Describe the bug** We are seeing error logs coming from Inngest thrown in `getResponseError` because the body has already been used. I do not know what the root error is,...
**Describe the bug** When running a test with mini flare (Cloudflare Worker local dev env) and Inngestjs, it always crashes with ```sh TypeError: Cannot read properties of undefined (reading 'bold')...
**Is your feature request related to a problem? Please describe.** We want to addJobs to our upstash-redis backed queue from a Cloudflare Worker. Afaik, this is not really supported -...
this pr rewrites the statement splitter so that it passes through all postgres regression tests. closes #135 todos: - [ ] introduce `Repeated` syntax definition to parse CTEs and UNION...
**[wip document]** This tracks the current near-term plans for `postgres_lsp`. **Groundwork** - [ ] Stabilise change processing in base-db - [ ] Rewrite statement splitter to be more resilient #135...
Right now, the autocomplete feature is very bare-bones. It just supports tables and does not have any advanced searching or ordering. - [ ] improve implementation for tables autocomplete -...
The statement splitter is a crate that receives sql source and returns ranges for every statement in the file. It's supposed to work with incomplete and incorrect statements. Right now,...