feat: query compiler proof of concept #14334
Annotations
4 errors and 3 warnings
Run cargo clippy --workspace --all-features --all-targets:
query-engine/core/src/compiler/translate/query/read.rs#L5
unused imports: `ConditionValue`, `Filter`, `PlaceholderType`, `PrismaValue`, `QueryMode`, `RelationField`, `ScalarCondition`, `ScalarFilter`, and `ScalarProjection`
|
Run cargo clippy --workspace --all-features --all-targets:
query-engine/core/src/compiler/translate/query/read.rs#L17
unused import: `FilteredQuery`
|
Run cargo clippy --workspace --all-features --all-targets:
query-engine/core/src/compiler/translate/query/read.rs#L169
function `collect_referenced_fields` is never used
|
Run cargo clippy --workspace --all-features --all-targets
Process completed with exit code 101.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Post Run actions-rust-lang/setup-rust-toolchain@v1
Unexpected input(s) 'targets', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
|
Run actions-rust-lang/setup-rust-toolchain@v1
Unexpected input(s) 'targets', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
|
Loading