Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple column names in a field expression #239

Open
2 tasks
MrSwitch opened this issue Aug 2, 2022 · 0 comments
Open
2 tasks

Support multiple column names in a field expression #239

MrSwitch opened this issue Aug 2, 2022 · 0 comments
Assignees

Comments

@MrSwitch
Copy link
Member

MrSwitch commented Aug 2, 2022

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant