Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: isolate PostgREST features from supabase-js #13

Closed
wants to merge 1 commit into from

Commits on Aug 7, 2020

  1. fix: isolate PostgREST features from supabase-js

    Currently, some of postgrest-js's functionalities are implemented in
    supabase-js, like
    https://github.com/supabase/supabase-js/blob/33939998516e9325e207a63a8a3f10463e89aa41/src/index.js#L137
    and
    https://github.com/supabase/supabase-js/blob/33939998516e9325e207a63a8a3f10463e89aa41/src/index.js#L177.
    This causes a mismatch of the implementations between the two, which
    caused supabase/postgrest-js#84.
    
    Since supabase-js is made to act like postgrest-js, we should implement
    PostgREST-related features solely on postgrest-js and expose that from
    supabase-js through prototypal inheritance.
    soedirgo committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    1a1464a View commit details
    Browse the repository at this point in the history