supabase / postgrest-js

Isomorphic JavaScript client for PostgREST.
https://supabase.com
MIT License
1.04k stars 133 forks source link

Support for double-quoted identifiers in queries #415

Closed tvogel closed 1 year ago

tvogel commented 1 year ago

What kind of change does this PR introduce?

Feature: Support double-quoted identifiers in select-string

What is the current behavior?

Error reported about quoted identifier. Type-hinting fails.

What is the new behavior?

Type-hinting succeeds:

screenshot

Additional context

soedirgo commented 1 year ago

🙌 this is neat, thanks!