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,