Oliver Rice

Results 65 issues of Oliver Rice

Provide safe implementations of postgres quoting functions in support of dynamic SQL / query building Function List [Docs](https://www.postgresql.org/docs/14/functions-string.html) ```sql parse_ident ( qualified_identifier text [, strict_mode boolean DEFAULT true ] )...

sql-safety

After upgrading from from `0.4.0` to `0.4.5` with ```shell cargo install --force cargo-pgx cargo pgx init ``` `cargo pgx test` now fails existing and brand-new projects created with `cargo pgx...

sys:aarch64-macos

Sorry in advance for the lack of context beyond the trace, I'm not sure what to include. I'd be happy to provide any output that would help debug ------ `cargo...

sys:aarch64-macos

`drop extension pg_graphql; create extension pg_graphql;` causes a rebuilt but `graphql.rebuild_schema()` does not. TODO: - Reproduce consistently on supabase platform - Is it dependent on postgres/supabase_admin role? - Is it...

bug

If a postgres enum variant is not a valid graphql `name`, loading the schema results in ```json { "errors": [ {"message": "Names must only contain [_a-zA-z0-9 but does not"} ]...

enhancement

`@skip` and `@include` are not currently supported, but should be b/c they're part of the core spec

GraphQL spec

The current pypi package 1.1.2 uses elasticsearch 2 Updating the package with current dependencies from master would be a big help in making this easier to add to existing projects...

# Feature request AO version 0.15.16 Currently one remote is allowed, set with ```sh supabase db remote set ``` Could this be extended to support multiple environments? ex (copying git):...

enhancement