From 3eb0ee199a28a720c6e3ac8b1fe792bd3c6079a4 Mon Sep 17 00:00:00 2001 From: Stephen Afam-Osemene Date: Mon, 16 Dec 2024 18:09:48 +0100 Subject: [PATCH] Update CHANGELOG for #327 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a39b28..594d0e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Using the `UpdateMod()` and `DeleteMod()` methods on an empty model slice now appends `WHERE primary_key IN NULL` which will return no results. Instead of `WHERE primary_key IN ()` which is a syntax error. - Ensure `net/netip` is imported for the `pgtypes.Inet` random expression (thanks @plunkettscott) - Fix a data race when adding enum types. +- Fix missing schema in table alias in pkEQ and pkIN clauses (thanks @adatob). ## [v0.29.0] - 2024-11-20