Oliver Rice

Results 66 issues of Oliver Rice

**Describe the enhancement** Validation of `NodeIdInstance` has two components 1. Does the user provided string have the correct components / shape? 2. Does the schema/table/column-values combination match the table in...

enhancement

Add a comment directive, `relay_style_ids` to remap any fields to `collectionId` (or similar) and use `id` as the `ID!` to interop with relay with default relay config. Note, you can...

enhancement

Upgrades pgvector to 0.6.2 - Confirmed backwards compatible

A user has requested Uber's [h3-pg](https://github.com/zachasme/h3-pg) Issue open to track interest/engagement in a single location

enhancement

## What kind of change does this PR introduce? Adds a test for a table with a space in the name to see if we can relax that restriction

## What kind of change does this PR introduce? Adds an "onConflict" argument to insert mutations so they support upsert semantics - [x] add `Field` type for which columns need...

Document that setting a type as `serial` or `generated` removes those fields from the `insert` and `update` types so end users can't provide a value and they're always generated by...

documentation
help wanted

Remove the content_type field from `net._http_response` since it is a header and there is already a field for that https://github.com/supabase/pg_net/blob/master/sql/pg_net--0.1.sql#L22

# Feature request A [user](https://app.hubspot.com/live-messages/19953346/inbox/6296356639#email) is requesting the ability to `create operator class` and `create operator family` so they can bring a bit of a DSL-y experience to their project...

bug

It is currently possible for the `postgres` role to drop `information_schema` which breaks Supabase Studio and other IDE/developer tooling that relies on introspection. ```sql drop schema information_schema cascade; ``` This...

enhancement