Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-prisma committed Dec 17, 2024
1 parent 1906942 commit b8401e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions psl/psl-core/src/datamodel_connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,9 @@ pub enum Flavour {

impl Flavour {
pub fn is_sql(&self) -> bool {

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / run

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / test

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

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

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / clippy linting

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / prisma-fmt on ubuntu-latest

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / query-engine on ubuntu-latest

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres11

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres10

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres9

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb44

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres15

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mysql_mariadb

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb42

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb5

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql_2019

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql_2017

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_2

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / vitess_8_0

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres14

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroach_23_1

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres16

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql_2022

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_1_0

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres12

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 2/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 1/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 3/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 4/4

mismatched types

Check failure on line 306 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 2/4

mismatched types
matches!(
self,
Flavour::Cockroach | Flavour::Sqlserver | Flavour::Mysql | Flavour::Postgres | Flavour::Sqlite
)
pub fn is_sql(&self) -> bool {

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / run

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / run

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / test

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / test

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

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

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

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

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / clippy linting

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / clippy linting

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / prisma-fmt on ubuntu-latest

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / prisma-fmt on ubuntu-latest

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / query-engine on ubuntu-latest

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / query-engine on ubuntu-latest

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres11

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres11

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres10

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres10

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres9

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres9

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb44

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb44

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres15

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres15

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mysql_mariadb

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mysql_mariadb

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb42

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb42

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb5

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb5

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql_2019

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql_2019

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql_2017

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql_2017

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_2

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_2

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / vitess_8_0

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / vitess_8_0

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres14

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres14

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroach_23_1

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroach_23_1

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres16

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres16

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql_2022

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql_2022

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_1_0

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_1_0

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres12

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / postgres12

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 2/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 1/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 1/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 3/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 3/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 4/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 4/4

can't use `Self` from outer item

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 2/4

`self` parameter is only allowed in associated functions

Check failure on line 307 in psl/psl-core/src/datamodel_connector.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 2/4

can't use `Self` from outer item
!self.is_mongo()
}
}

pub fn is_mongo(&self) -> bool {
Expand Down
3 changes: 2 additions & 1 deletion quaint/src/visitor/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ impl<'a> Visitor<'a> for Sqlite<'a> {
} else {
self.write("->")?;
}
match json_extract.path.clone() {

match json_extract.path {
JsonPath::Array(_) => panic!("JSON path array notation is not supported for SQlite"),
JsonPath::String(path) => self.visit_parameterized(Value::text(path))?,
}
Expand Down

0 comments on commit b8401e0

Please sign in to comment.