Skip to content

Commit

Permalink
fix(deps): update engines to v2.26.0-13.a9966aa784861dee7e6b2a9095087…
Browse files Browse the repository at this point in the history
…4cbaf7b4984 (prisma#7796)

Co-authored-by: William Luke <william@ordino.ai>
Co-authored-by: Joël Galeran <galeran@prisma.io>
  • Loading branch information
3 people authored and Andrew-Colman committed Aug 7, 2021
1 parent 84a9e2b commit 2cc3a51
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 124 deletions.
2 changes: 1 addition & 1 deletion src/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@prisma/engines": "2.26.0-7.473f96e8dcb29039719059f8e9ac32c14a63a9f6"
"@prisma/engines": "2.26.0-13.a9966aa784861dee7e6b2a90950874cbaf7b4984"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions src/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.26.0-7.473f96e8dcb29039719059f8e9ac32c14a63a9f6",
"@prisma/engines": "2.26.0-13.a9966aa784861dee7e6b2a90950874cbaf7b4984",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand Down Expand Up @@ -126,7 +126,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "2.26.0-7.473f96e8dcb29039719059f8e9ac32c14a63a9f6"
"@prisma/engines-version": "2.26.0-13.a9966aa784861dee7e6b2a90950874cbaf7b4984"
},
"lint-staged": {
"*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines": "2.26.0-7.473f96e8dcb29039719059f8e9ac32c14a63a9f6",
"@prisma/engines": "2.26.0-13.a9966aa784861dee7e6b2a90950874cbaf7b4984",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"chalk": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@prisma/engines-version": "2.26.0-7.473f96e8dcb29039719059f8e9ac32c14a63a9f6",
"@prisma/engines-version": "2.26.0-13.a9966aa784861dee7e6b2a90950874cbaf7b4984",
"@types/find-cache-dir": "3.2.0",
"@types/jest": "26.0.23",
"@types/node": "12.20.15",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "2.26.0-7.473f96e8dcb29039719059f8e9ac32c14a63a9f6",
"@prisma/engines-version": "2.26.0-13.a9966aa784861dee7e6b2a90950874cbaf7b4984",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/jest": "26.0.23",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.26.0-7.473f96e8dcb29039719059f8e9ac32c14a63a9f6",
"@prisma/engines": "2.26.0-13.a9966aa784861dee7e6b2a90950874cbaf7b4984",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3765,7 +3765,7 @@ Object {
"authorId",
],
"relationName": "PostToUser",
"relationOnDelete": "NONE",
"relationOnDelete": "Cascade",
"relationToFields": Array [
"id",
],
Expand Down Expand Up @@ -3878,7 +3878,6 @@ Object {
"name": "posts",
"relationFromFields": Array [],
"relationName": "PostToUser",
"relationOnDelete": "NONE",
"relationToFields": Array [],
"type": "Post",
},
Expand Down Expand Up @@ -15852,7 +15851,7 @@ Object {
"authorId",
],
"relationName": "PostToUser",
"relationOnDelete": "NONE",
"relationOnDelete": "Cascade",
"relationToFields": Array [
"id",
],
Expand Down Expand Up @@ -15965,7 +15964,6 @@ Object {
"name": "posts",
"relationFromFields": Array [],
"relationName": "PostToUser",
"relationOnDelete": "NONE",
"relationToFields": Array [],
"type": "Post",
},
Expand Down Expand Up @@ -27901,9 +27899,9 @@ Object {

exports[`getDMMF big schema 1`] = `119480158`;

exports[`getDMMF chinook introspected schema 1`] = `842601`;
exports[`getDMMF chinook introspected schema 1`] = `842348`;

exports[`getDMMF chinook introspected schema connectOrCreate 1`] = `842601`;
exports[`getDMMF chinook introspected schema connectOrCreate 1`] = `842348`;

exports[`getDMMF model with autoincrement should fail if mysql 1`] = `
"Schema parsing
Expand Down Expand Up @@ -28420,24 +28418,6 @@ Object {
"minNumFields": null,
},
"fields": Array [
Object {
"inputTypes": Array [
Object {
"isList": false,
"location": "scalar",
"type": "Int",
},
Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "IntFieldUpdateOperationsInput",
},
],
"isNullable": false,
"isRequired": false,
"name": "id",
},
Object {
"inputTypes": Array [
Object {
Expand Down Expand Up @@ -28492,24 +28472,6 @@ Object {
"minNumFields": null,
},
"fields": Array [
Object {
"inputTypes": Array [
Object {
"isList": false,
"location": "scalar",
"type": "Int",
},
Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "IntFieldUpdateOperationsInput",
},
],
"isNullable": false,
"isRequired": false,
"name": "id",
},
Object {
"inputTypes": Array [
Object {
Expand Down Expand Up @@ -29308,75 +29270,6 @@ Object {
],
"name": "StringFieldUpdateOperationsInput",
},
Object {
"constraints": Object {
"maxNumFields": 1,
"minNumFields": 1,
},
"fields": Array [
Object {
"inputTypes": Array [
Object {
"isList": false,
"location": "scalar",
"type": "Int",
},
],
"isNullable": false,
"isRequired": false,
"name": "set",
},
Object {
"inputTypes": Array [
Object {
"isList": false,
"location": "scalar",
"type": "Int",
},
],
"isNullable": false,
"isRequired": false,
"name": "increment",
},
Object {
"inputTypes": Array [
Object {
"isList": false,
"location": "scalar",
"type": "Int",
},
],
"isNullable": false,
"isRequired": false,
"name": "decrement",
},
Object {
"inputTypes": Array [
Object {
"isList": false,
"location": "scalar",
"type": "Int",
},
],
"isNullable": false,
"isRequired": false,
"name": "multiply",
},
Object {
"inputTypes": Array [
Object {
"isList": false,
"location": "scalar",
"type": "Int",
},
],
"isNullable": false,
"isRequired": false,
"name": "divide",
},
],
"name": "IntFieldUpdateOperationsInput",
},
Object {
"constraints": Object {
"maxNumFields": null,
Expand Down
8 changes: 2 additions & 6 deletions src/packages/sdk/src/__tests__/migrateEngineCommands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ describe('canConnectToDatabase', () => {
"code": "P1001",
"message": "Can't reach database server at \`doesnotexist\`:\`5432\`
Please make sure your database server is running at \`doesnotexist\`:\`5432\`.
",
Please make sure your database server is running at \`doesnotexist\`:\`5432\`.",
}
`)
})
Expand Down Expand Up @@ -118,10 +117,7 @@ describe('createDatabase', () => {
).rejects.toThrowErrorMatchingInlineSnapshot(`
"P1001: Can't reach database server at \`doesnotexist\`:\`5432\`
Please make sure your database server is running at \`doesnotexist\`:\`5432\`.
0: sql_migration_connector::flavour::postgres::create_database
with self=PostgresFlavour { url: \\"<REDACTED>\\" }
at migration-engine/connectors/sql-migration-connector/src/flavour/postgres.rs:117"
Please make sure your database server is running at \`doesnotexist\`:\`5432\`."
`)
})

Expand Down

0 comments on commit 2cc3a51

Please sign in to comment.