Raminder Singh
Raminder Singh
This task should: 1. Change and commit the version in package.json 2. Push to npm registery 3. Checkout the bower git repo 4. Update version in bower.json 5. Update the...
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
This PR adds bindings to the delete records c API.
The following validations are not currently performed by `pg_graphql`: https://spec.graphql.org/October2021/#sec-Field-Selections https://spec.graphql.org/October2021/#sec-Leaf-Field-Selections https://spec.graphql.org/October2021/#sec-Argument-Names https://spec.graphql.org/October2021/#sec-Argument-Uniqueness https://spec.graphql.org/October2021/#sec-Fragment-Name-Uniqueness https://spec.graphql.org/October2021/#sec-Fragments-On-Composite-Types https://spec.graphql.org/October2021/#sec-Fragments-Must-Be-Used https://spec.graphql.org/October2021/#sec-Fragment-spread-is-possible https://spec.graphql.org/October2021/#sec-Input-Object-Field-Uniqueness https://spec.graphql.org/October2021/#sec-Directives-Are-Defined https://spec.graphql.org/October2021/#sec-Directives-Are-In-Valid-Locations https://spec.graphql.org/October2021/#sec-Directives-Are-Unique-Per-Location https://spec.graphql.org/October2021/#sec-Variable-Uniqueness https://spec.graphql.org/October2021/#sec-Variables-Are-Input-Types https://spec.graphql.org/October2021/#sec-All-Variables-Used https://spec.graphql.org/October2021/#sec-All-Variable-Usages-are-Allowed None of them are any...
Scope of the [PR to add basic support for UDFs](https://github.com/supabase/pg_graphql/pull/393) has been cut down in the interest of getting basic support out. This is an issue to keep track of...
**Describe the bug** A query which doesn't specify any subfields on a non-scalar field should be rejected. **To Reproduce** Run the following SQL: ```sql create table account( id serial primary...
Hi nisaacson, Below test case fails on linux while it is passing on windows. I tried to find a solution but couldn't, maybe you can help. ``` javascript //require spawn...
I have been working on adding support for the the [Signed Certificate Timestamp extension](https://letsencrypt.org/2018/04/04/sct-encoding.html) in x509-cert crate. Since some data in this extension is TLS encoded I an using the...
Currently the `public.packages` view is defined like this: ```sql create or replace view public.packages as select pa.id, pa.package_name, pa.handle, pa.partial_name, newest_ver.version as latest_version, newest_ver.description_md, pa.control_description, pa.control_requires, pa.created_at, pa.default_version from app.packages...
Currently password reset mail are sent from @mail.app.supabase.io domain. Change this so that emails are sent from `database.dev` domain.