aboutsummaryrefslogtreecommitdiff
path: root/select_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'select_test.go')
-rw-r--r--select_test.go1
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)