postgrest-js
postgrest-js copied to clipboard
Isomorphic JavaScript client for PostgREST.
## What kind of change does this PR introduce? Fix dynamic TypeScript type for `data` when using aggregate functions other than `count` ## What is the current behavior? Aggregate functions...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
## What kind of change does this PR introduce? Select query type parser feature/bugfix ## What is the current behavior? ```ts .select("a_onetoone_rel!inner(*)") ``` results in a nullable `a_onetoone_rel`, while it...
## What kind of change does this PR introduce? Adds an additional layer of type-safety and conforms with the typescript compiler ## What is the current behavior? The Typescript Compiler...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behavior? Please link any relevant issues here. ## What is...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report ## Describe the bug Before 1.15.6 it was possible to import helper types from `@supabase/postgrest-js` to perform type mappings etc. like this: ```ts import type { GetResult...
Typings: Foreign tables are wrongly marked as possibly null when cascade deletion enforces existence
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...