From 09ce6a8d813a3e33a9a4eb9c85d1d3aa28dc32c1 Mon Sep 17 00:00:00 2001 From: grzegorz_skupiewski Date: Fri, 10 Jan 2025 09:13:38 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb20fc..fa2db9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a `QueryTemplate` field to `bobgen_helpers.Templates` for drivers to include additional templates for queries. - Added a new reserved output key `queries`. This is handled specially for each query folder supplied by the driver. - Added new `wm` package to each dialect for mods that modify `Window` clauses. +- Added a new method `Alias` for `View` struct, for each dialect. It returns the alias of the view. ### Changed