Add comment to document that filter parameters use pgtype.Text with explicit Valid=true flag to ensure proper SQL parameter handling. This clarifies the intent behind the parameter building logic. Improves code documentation for future maintenance.
Add comment to document that filter parameters use pgtype.Text with explicit Valid=true flag to ensure proper SQL parameter handling. This clarifies the intent behind the parameter building logic. Improves code documentation for future maintenance.