MrSwitch / MrSwitch/dare

Support multiple column names in a field expression

Open
#239 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.