Oliver Rice

Results 66 issues of Oliver Rice

There are cases where users will create RLS policies in the `storage`, 'auth` and `realtime` schemas. Currently we exclude those schemas from all lints but we likely need to relax...

bug

The latest version of the supabase CLI inserts migration statements into the database as text[] This lint would iterate through tables/functions/views and check to see if they are (at least)...

enhancement

When a decorator changes the return type of a function, that change is not detected. ### Steps to reproduce ```python from typing import Callable from functools import wraps def cast_to_str(func)...

inference
Decorators
False Negative 🦋
Needs PR

## Context Oriole's S3 backend currently maps 1 database to 1 S3 bucket. AWS S3 supports up to 1000 buckets per account, which limits the number of databases that can...

### Feature Request Implement support for logical replication

# Bug report If a web hook is set on a table where one of the types used in that table is defined in a separate schema e.g. `extensions`, an...

bug
extensions
database