You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Error in: sakila
PrismaClientUnknownRequestError:
Invalid `: new actorClient()` invocation in
C:\Users\Jan\Documents\prisma-test-utils-automation\dbs\sakila\node_modules\prisma-client\index.js:648:7
644 args || {},
645 [],
646 errorFormat,
647 measurePerformance
→ 648 ) : new actorClient
Error occurred during query execution:
ConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(Server(ServerError { code: 1292, message: "Incorrect datetime value: \'2081-07-13 01:02:18\' for column \'last_update\' at row 1", state: "22007" })) })
at PrismaClientFetcher.request (C:\Users\Jan\Documents\prisma-test-utils-automation\dbs\sakila\node_modules\prisma-client\index.js:90:17)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
SQL behind this field:
CREATE TABLE actor (
actor_id integer DEFAULT nextval('actor_actor_id_seq'::regclass) NOT NULL,
first_name character varying(45) NOT NULL,
last_name character varying(45) NOT NULL,
last_update timestamp without time zone DEFAULT now() NOT NULL
);
Looks like an Introspection/Client problem.
The text was updated successfully, but these errors were encountered:
janpio
changed the title
ConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(Server(ServerError { code: 1292, message: "Incorrect datetime value: \'2081-07-13 01:02:18\' for column \'last_update\' at row 1", state: "22007" })) })
"Incorrect datetime value: \'2081-07-13 01:02:18\' for column \'last_update\' at row 1"
Mar 1, 2020
When using prisma-test-utils via prisma-test-utils-automation, some databases (schemas from: https://github.com/prisma/database-schema-examples) fail with this error message:
SQL behind this field:
Looks like an Introspection/Client problem.
The text was updated successfully, but these errors were encountered: