forcedotcom / forcedotcom/go-soql
Allow for empty fields in where clauses?
Open
- Dominant language
- Go
- Stars
- 53
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
It is currently the case that when a value in a where field is uninitialized, it is assumed that this field was omitted. However, this makes it so that it is impossible to filter for a field that is equal to an empty string.
What do you think about a tag "includeEmpty", which when included will allow for the creation of where clauses which compare against values such as empty string?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.