Skip to content

Commit

Permalink
fix(datamodel-renderer): sort generator fields deterministically
Browse files Browse the repository at this point in the history
  • Loading branch information
FGoessler committed Jan 10, 2025
1 parent 66ff515 commit 6ba1023
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions schema-engine/datamodel-renderer/src/configuration/generator.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use crate::value::{Array, Documentation, Env, Text, Value};
use itertools::Itertools;

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres9

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres14

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres16

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql_2019

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / vitess_8_0

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb44

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_1_0

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_2

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb42

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres12

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres10

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres15

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres11

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb5

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql_2022

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql_2017

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql_mariadb

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / clippy linting

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres13

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroach_23_1

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql_5_7

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / test

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql_5_6

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql_8

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on ubuntu-latest

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / test (postgres16, false, postgres, 16)

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on macos-13

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on windows-latest

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql-lts on Windows

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mariadb on Windows

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 3/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 2/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 1/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 4/4

unresolved import `itertools`

Check failure on line 2 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 1/4

unresolved import `itertools`
use psl::PreviewFeature;
use std::{borrow::Cow, fmt};

Expand Down Expand Up @@ -143,7 +144,7 @@ impl fmt::Display for Generator<'_> {
writeln!(f, "binaryTargets = {}", self.binary_targets)?;
}

for (k, v) in self.config.iter() {
for (k, v) in self.config.iter().sorted_by_key(|(k, _)| k) {

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres9

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres14

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres16

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql_2019

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / vitess_8_0

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb44

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_1_0

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_2

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb42

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres12

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres10

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres15

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres11

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb5

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql_2022

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql_2017

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql_mariadb

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / clippy linting

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres13

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroach_23_1

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql_5_7

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / test

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql_5_6

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql_8

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on ubuntu-latest

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / test (postgres16, false, postgres, 16)

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on macos-13

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on windows-latest

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mysql-lts on Windows

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / mariadb on Windows

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 3/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 2/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 4/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope

Check failure on line 147 in schema-engine/datamodel-renderer/src/configuration/generator.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 1/4

no method named `sorted_by_key` found for struct `std::slice::Iter` in the current scope
writeln!(f, "{k} = {v}")?;
}

Expand Down Expand Up @@ -198,14 +199,39 @@ mod tests {
output = "/dev/null"
previewFeatures = ["multiSchema", "postgresqlExtensions"]
binaryTargets = [env("BINARY TARGET")]
afterGenerate = ["lambda", [], ["print", ["quote", "done!"]]]
customFeatures = ["enums", "models"]
customValue = "meow"
otherValue = "purr"
customFeatures = ["enums", "models"]
afterGenerate = ["lambda", [], ["print", ["quote", "done!"]]]
}
"#]];

let rendered = psl::reformat(&format!("{generator}"), 2).unwrap();
expected.assert_eq(&rendered)
}

#[test]
fn creates_consistent_ordering() {
let mut generator1 = Generator::new("client", Env::value("prisma-client-js"));
generator1.push_config_value("first", "A");
generator1.push_config_value("second", "B");
let rendered1 = psl::reformat(&format!("{generator1}"), 2).unwrap();

let mut generator2 = Generator::new("client", Env::value("prisma-client-js"));
generator2.push_config_value("second", "B");
generator2.push_config_value("first", "A");
let rendered2 = psl::reformat(&format!("{generator2}"), 2).unwrap();

let expected = expect![[r#"
generator client {
provider = "prisma-client-js"
previewFeatures = ["multiSchema", "postgresqlExtensions"]
first = "A"
second = "B"
}
"#]];

expected.assert_eq(&rendered1);
expected.assert_eq(&rendered2)
}
}

0 comments on commit 6ba1023

Please sign in to comment.