Support multiple column names in a field expression
Open
@MrSwitch is already working on this.
Since Aug 2, 2022.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 28m
- Merged PRs (30d)
- 3
Description
Dare is unable to support multiple column names within the same Field Expression.
i.e.
[{
// Can't have both fist_name and last_name in the same field expression string
`displayName`: 'CONCAT(first_name, last_name)`
}]
- Field expressions at the same model level should be straight forward to implement.
- Cross models field expressions would be much harder to implement given how Dare constructs a tree representation where each node on the tree has the field expressions and the table definition which is required.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.