-
Notifications
You must be signed in to change notification settings - Fork 250
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
[WIP] Resolve relations with lateral joins #4498
Conversation
Weakky
commented
Nov 27, 2023
•
edited
Loading
edited
⚠️ Closed in favor of #4509 which is based on an integration branch to test joins against the Prisma Client's.
2376457
to
4c0582d
Compare
CodSpeed Performance ReportMerging #4498 will degrade performances by 9.11%Comparing Summary
Benchmarks breakdown
|
query-engine/connectors/sql-query-connector/src/database/operations/read.rs
Outdated
Show resolved
Hide resolved
TypeIdentifier::Float => todo!(), | ||
TypeIdentifier::Decimal => todo!(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Add tests for floats and decimals (and generally all scalar types through relations)
serde_json::Value::Array(_) => todo!(), | ||
serde_json::Value::Object(_) => todo!(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unreachable? what about json?