Skip to content

Commit

Permalink
docs(changeset): Overhaul how PostgreSQL arrays are handled, and fix …
Browse files Browse the repository at this point in the history
…the "empty arrays become null" bug caused by using `array_agg()`.
  • Loading branch information
benjie committed Dec 2, 2024
1 parent fcc8132 commit 2a37fb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/selfish-peas-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"graphile-build-pg": patch
"postgraphile": patch
"@dataplan/pg": patch
---

Overhaul how PostgreSQL arrays are handled, and fix the "empty arrays become
null" bug caused by using `array_agg()`.

0 comments on commit 2a37fb9

Please sign in to comment.