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

Calculated Field can't use non-relationship expression #716

Open
goldmedal opened this issue Jul 25, 2024 · 0 comments
Open

Calculated Field can't use non-relationship expression #716

goldmedal opened this issue Jul 25, 2024 · 0 comments

Comments

@goldmedal
Copy link
Contributor

Description

Fix this disabled test case

// TODO: fix calcaultion with non-relationship column
// .column(
// ColumnBuilder::new_calculated("customer_state_order_id", "varchar")
// .expression("customers.state || ' ' || order_id")
// .build(),
// )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant