From 01972bf7b0b280a769b6ebfa30689fc1a5753587 Mon Sep 17 00:00:00 2001 From: k4n4ry Date: Sun, 25 Jan 2026 22:15:13 +0900 Subject: [PATCH] docs(qrm): remove misleading StrictFieldMapping comment --- qrm/qrm.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/qrm/qrm.go b/qrm/qrm.go index 3fb1d3b..a28a641 100644 --- a/qrm/qrm.go +++ b/qrm/qrm.go @@ -21,8 +21,6 @@ type Config struct { // StrictFieldMapping, when true, causes the scanning function to panic if it encounters any // destination struct fields that do not have matching columns in the SQL query result. - // This check applies only to fields that are mapped from a single column (simple/scanner/json_column). - // Complex fields (struct/slice) are excluded because they are not mapped from a single column. // // Optional fields: // If a destination field (including struct/slice fields) is not always selected by a query,