docs(qrm): remove misleading StrictFieldMapping comment
This commit is contained in:
parent
80b4ddd383
commit
01972bf7b0
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue