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
BadRequestException: Cannot parse date or time "2023-08-15T19:57:42.417Z"
at de_BadRequestExceptionRes (webpack-internal:///(rsc)/../node_modules/.pnpm/@aws-sdk+client-rds-data@3.388.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/protocols/Aws_restJson1.js:485:23)
at de_ExecuteStatementCommandError (webpack-internal:///(rsc)/../node_modules/.pnpm/@aws-sdk+client-rds-data@3.388.0/node_modules/@aws-sdk/client-rds-data/dist-cjs/protocols/Aws_restJson1.js:390:25)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async eval (webpack-internal:///(rsc)/../node_modules/.pnpm/@smithy+middleware-serde@2.0.3/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js:9:32)
at async eval (webpack-internal:///(rsc)/../node_modules/.pnpm/@aws-sdk+middleware-signing@3.387.0/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js:15:28)
at async eval (webpack-internal:///(rsc)/../node_modules/.pnpm/@smithy+middleware-retry@2.0.3/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js:29:54)
at async eval (webpack-internal:///(rsc)/../node_modules/.pnpm/@aws-sdk+middleware-logger@3.387.0/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js:9:34)
at async AwsDataApiPreparedQuery.values (webpack-internal:///(rsc)/../node_modules/.pnpm/drizzle-orm@0.28.2_@aws-sdk+client-rds-data@3.388.0/node_modules/drizzle-orm/aws-data-api/pg/index.mjs:135:28)
at async AwsDataApiPreparedQuery.execute (webpack-internal:///(rsc)/../node_modules/.pnpm/drizzle-orm@0.28.2_@aws-sdk+client-rds-data@3.388.0/node_modules/drizzle-orm/aws-data-api/pg/index.mjs:117:22)
at async main (webpack-internal:///(rsc)/./db/index.ts:24:21) {
'$fault': 'client',
'$metadata': {
httpStatusCode: 400,
requestId: 'be13c96b-e262-477a-b286-0ba48cbdcffe',
extendedRequestId: undefined,
cfId: undefined,
attempts: 1,
totalRetryDelay: 0
}
}
I am unable to parse a JS Date Object into Postgres compatable TimeStamp object
Expected behavior
No response
Environment & setup
No response
The text was updated successfully, but these errors were encountered:
What version of
drizzle-orm
are you using?^0.28.2
What version of
drizzle-kit
are you using?^0.19.12
Describe the Bug
This is a simple schema
when i try to run this
I get this error
I am unable to parse a JS Date Object into Postgres compatable TimeStamp object
Expected behavior
No response
Environment & setup
No response
The text was updated successfully, but these errors were encountered: