Skip to content

Commit

Permalink
docs(changeset): Fix behavior inheritance especially around functions…
Browse files Browse the repository at this point in the history
… incorrectly inheriting from their underlying codecs, bugs in unlogged/temp table behavior, and incorrect skipping of generating table types. You may find after this change you have fields appearing in your schema that were not present before, typically these will represent database functions where you `@omit`'d the underlying table - omitting the table should not prevent a function from accessing it. Further, fix behavior of `@omit read` emulation to add `-connection -list -array -single`.
  • Loading branch information
benjie committed Sep 27, 2024
1 parent e76fde6 commit bb006ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/chilly-cups-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"graphile-build-pg": patch
"postgraphile": patch
---

Fix behavior inheritance especially around functions incorrectly inheriting from
their underlying codecs, bugs in unlogged/temp table behavior, and incorrect
skipping of generating table types. You may find after this change you have
fields appearing in your schema that were not present before, typically these
will represent database functions where you `@omit`'d the underlying table -
omitting the table should not prevent a function from accessing it. Further, fix
behavior of `@omit read` emulation to add `-connection -list -array -single`.

0 comments on commit bb006ec

Please sign in to comment.