Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: abhadu/postgrest-js

Tags

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Ensure thrown errors have a stack trace (supabase#502)

* Ensure thrown errors have a stack trace

* chore: stricter typing

* chore: update snapshot

---------

Co-authored-by: Bobbie Soedirgo <[email protected]>

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add link on how to enable explain on the explain() method (supab…

…ase#507)

* add link on how to enable explain on the explain() method

* Update src/PostgrestTransformBuilder.ts

Co-authored-by: Tyler <[email protected]>

* keep docs link

---------

Co-authored-by: Bobbie Soedirgo <[email protected]>

v1.9.0

Toggle v1.9.0's commit message
feat: detect one-to-one relationships

v1.8.6

Toggle v1.8.6's commit message
fix: `explain()` always returning an error

It sends `for="application/json"` as media type by default, instead of `for="undefined"`.

v1.8.5

Toggle v1.8.5's commit message
fix: detection of maybeSingle

On PostgREST 11.2.0, the format of the error got changed on PostgREST/postgrest#2876 to "The result contains 0 rows".

Change the detection to "0 rows". This should be backwards compatible.

v1.8.4

Toggle v1.8.4's commit message
fix: use @supabase/node-fetch

v1.8.3

Toggle v1.8.3's commit message
fix: trigger release

v1.8.2

Toggle v1.8.2's commit message
fix: revert using @supabase/node-fetch

v1.8.1

Toggle v1.8.1's commit message
fix: use @supabase/node-fetch

v1.8.0

Toggle v1.8.0's commit message
feat: add dynamic schema to postgrest client

Resolves supabase#280