diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-09-17 15:50:45 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-09-17 15:50:45 +0200 |
| commit | fe37a82d0495a8b59b80677dd42d0d94ffafdfb4 (patch) | |
| tree | 58339c88054e9662720e76c2e6c8dd0a34f45ab9 /go.mod | |
| parent | 635c0f118a490112ca2ee797c92f1dd14e6eeed7 (diff) | |
| download | go-gg-fe37a82d0495a8b59b80677dd42d0d94ffafdfb4.tar.gz | |
gsql: add NoneIfNoRows
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ module go.xyrillian.de/gg -// TODO for 1.27: use sql.ConvertAssign for gg/option; deprecate gg/options and offer methods on Option instead; make jsonmatch.Pointer into an alias of jsontext.Pointer +// TODO for 1.27: use sql.ConvertAssign for gg/option; deprecate gg/options and offer methods on Option instead; make jsonmatch.Pointer into an alias of jsontext.Pointer; replace json.{Unm,M}arshaler with json/v2.{Unm,M}arshaler{From,To} go 1.26 |
