diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-04-15 18:25:31 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-04-15 18:25:31 +0200 |
| commit | 1bb7ef5779aa3c27417eedf84aac6a8ea896871a (patch) | |
| tree | 83eb83a43c21419191721633ca1f3b450ac22813 /select_test.go | |
| parent | 5fb8e4a13afbc4cc3ef6e7492c020f8abf63b37f (diff) | |
| download | go-oblast-1bb7ef5779aa3c27417eedf84aac6a8ea896871a.tar.gz | |
clarify behavior around recursing into struct type members
Diffstat (limited to 'select_test.go')
| -rw-r--r-- | select_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
