- Use sql.NullString to scan nullable assignee column - Prevents 'converting NULL to string is unsupported' error - Only set assignee if value is valid (not NULL)
2.2 KiB
2.2 KiB
- Use sql.NullString to scan nullable assignee column - Prevents 'converting NULL to string is unsupported' error - Only set assignee if value is valid (not NULL)