docs(qrm): remove misleading StrictFieldMapping comment

This commit is contained in:
k4n4ry 2026-01-25 22:15:13 +09:00
parent 80b4ddd383
commit 01972bf7b0

View file

@ -21,8 +21,6 @@ type Config struct {
// StrictFieldMapping, when true, causes the scanning function to panic if it encounters any // 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. // 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: // Optional fields:
// If a destination field (including struct/slice fields) is not always selected by a query, // If a destination field (including struct/slice fields) is not always selected by a query,