Skip to content

Commit 57cc265

Browse files
authored
Merge pull request #773 from constructive-io/devin/1772596689-use-pgsql-quotes
feat: use @pgsql/quotes for identifier quoting; remove graphile-authz
2 parents ff397a8 + 2f3e6ff commit 57cc265

33 files changed

Lines changed: 2652 additions & 10869 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ jobs:
7373
env: {}
7474
- package: graphile/graphile-search-plugin
7575
env: {}
76-
- package: graphile/graphile-authz
77-
env: {}
7876
- package: graphile/graphile-pgvector-plugin
7977
env: {}
8078
- package: graphql/server-test

GRAPHILE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ All Graphile RC dependencies are pinned to **exact versions** (no `^` or `~` pre
5858
- **graphile-search-plugin** -- Full-text search plugin for PostGraphile v5
5959
- **graphile-cache** -- LRU cache with PostGraphile v5 integration
6060
- **graphile-test** -- PostGraphile v5 testing utilities
61-
- **graphile-authz** -- Dynamic authorization plugin for PostGraphile v5
6261
- **graphile-pgvector-plugin** -- pgvector codec + auto-discovered vector search plugin for PostGraphile v5
6362

6463
### `graphql/` packages

0 commit comments

Comments
 (0)