From 1bb7ef5779aa3c27417eedf84aac6a8ea896871a Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 15 Apr 2026 18:25:31 +0200 Subject: clarify behavior around recursing into struct type members --- select_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'select_test.go') diff --git a/select_test.go b/select_test.go index d678aa2..c3285be 100644 --- a/select_test.go +++ b/select_test.go @@ -220,3 +220,4 @@ func TestSelectWithScanError(t *testing.T) { // TODO: test error capture during Rows.Close() // TODO: check for maximum test coverage in select.go +// TODO: test that, during Select(), assignment into embedded fields with pointer-to-struct type works (docs say that this might panic if we do not allocate into the pointer first) -- cgit v1.2.3