From 63df99f2e1c742069464d219a9f340c1f8f5bd90 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 17 Sep 2026 16:21:40 +0200 Subject: oblast: import from go.xyrillian.de/oblast - type RuntimeIndex is left behind for now because I don't want to commit to the method names yet - the "OrNone" methods are removed in favor of gsql.NoneIfNoRows() --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index a37cb78..ffb7131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ SPDX-License-Identifier: Apache-2.0 Changes: +- Add package oblast. + This used to live at , but for the 1.x series, + I'm moving nearly everything from `go.xyrillian.de/oblast` to `go.xyrillian.de/gg/oblast` because removing the module boundary + between gsql and oblast opens up some code reuse opportunities and may help future optimizations. + The only API surface that remains in the old location for now is `type RuntimeIndex`, because I want to contemplate method naming once again before stabilizing it. - gsql: Add NoneIfNoRows. This replaces "OrNone" variants of methods in Oblast, e.g. SelectOne() and then also SelectOneOrNone(). -- cgit v1.3.1