From 5e0e6663b886147a981ac8999551e603ca8753be Mon Sep 17 00:00:00 2001 From: Tudor Golubenco Date: Tue, 7 May 2024 14:04:50 +0200 Subject: [PATCH] +pgzx --- 2024-05-07.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/2024-05-07.mdx b/2024-05-07.mdx index 3c97b28..58ed485 100644 --- a/2024-05-07.mdx +++ b/2024-05-07.mdx @@ -34,5 +34,10 @@ date: 5-7-2024 - [#345](https://github.com/xataio/pgroll/pull/345) Support setting table and column comments to NULL. Without this change it was impossible to remove a comment from a column using the `set comment` sub-operation - [#346](https://github.com/xataio/pgroll/pull/346) Add a `set default` sub-operation to `alter column`. +### What's new in pgzx + +- [#46](https://github.com/xataio/pgzx/pull/46) Several improvements to the `pgzx.mem` module, including fixes and tests. +- [#47](https://github.com/xataio/pgzx/pull/47) Updated the Zig toolchain and the docker images. +