y0on2q
05/20/2021, 5:54 AMSyntax Error --------------------------------------------
SyntaxError: Unexpected token (19382:12) while parsing /Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/.build/node_modules/@prisma/client/runtime/index.js while parsing file: /Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/.build/node_modules/@prisma/client/runtime/index.js
at DestroyableTransform.end [as _flush] (/Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/node_modules/insert-module-globals/index.js:114:21)
at DestroyableTransform.prefinish (/Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/node_modules/readable-stream/lib/_stream_transform.js:138:10)
at DestroyableTransform.emit (events.js:314:20)
at DestroyableTransform.EventEmitter.emit (domain.js:483:12)
at prefinish (/Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/node_modules/readable-stream/lib/_stream_writable.js:619:14)
at finishMaybe (/Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/node_modules/readable-stream/lib/_stream_writable.js:627:5)
at endWritable (/Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/node_modules/readable-stream/lib/_stream_writable.js:638:3)
at DestroyableTransform.Writable.end (/Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/node_modules/readable-stream/lib/_stream_writable.js:594:41)
at DestroyableTransform.onend (/Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/node_modules/readable-stream/lib/_stream_readable.js:577:10)
at Object.onceWrapper (events.js:420:28)
at DestroyableTransform.emit (events.js:326:22)
at DestroyableTransform.EventEmitter.emit (domain.js:483:12)
at endReadableNT (/Users/hansangjin/Desktop/wonderWall/Wonderwall-API-V2-Class/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
Get Support --------------------------------------------
Docs: <http://docs.serverless.com|docs.serverless.com>
Bugs: <http://github.com/serverless/serverless/issues|github.com/serverless/serverless/issues>
Issues: <http://forum.serverless.com|forum.serverless.com>
Your Environment Information ---------------------------
Operating System: darwin
Node Version: 12.22.1
Framework Version: 2.41.2 (local)
Plugin Version: 5.1.0
SDK Version: 4.2.2
Components Version: 3.9.2
Arun Kumar
05/20/2021, 9:16 AMBryanM
05/20/2021, 2:57 PMJon Insley
05/20/2021, 5:46 PMBriggs
05/20/2021, 6:12 PMKrishan Hettihewa
05/21/2021, 12:55 AMAlex Ruheni
Beyond
05/21/2021, 6:53 PMPerry Raskin
05/21/2021, 8:37 PMPerry Raskin
05/21/2021, 8:37 PMPerry Raskin
05/21/2021, 8:47 PMScott
05/21/2021, 9:55 PMBeyond
05/22/2021, 12:38 PMCKGG
05/22/2021, 7:59 PMCKGG
05/22/2021, 8:05 PMandrewlinfoot
05/22/2021, 11:14 PMnot
operator: Is the not
operator supposed to exclude null values? the docs say that using the the not operator with the in
operator will not include rows with null values but it’s not mentioned if that is the case when using the not operator alone. I’m currently adding a feature to our app and using the not operator like this:
where: {
fieldNameHere: { not: 'someString' }
}
but it’s not returning results where that field is null. is that expected behavior or a potential bug?
if that’s not expected behavior, lmk and id be happy to file an issue with a code sample to reproduceandrewlinfoot
05/22/2021, 11:16 PMZafar Ansari
05/24/2021, 11:41 AMTharshan
05/24/2021, 3:47 PMMohammed alreai
05/25/2021, 12:35 PMsapkra
05/25/2021, 2:30 PMArun Kumar
05/25/2021, 5:53 PMenv:
SERVICE_NAME: ${{ github.event.repository.name }}
COMMIT_SHA: ${{ github.sha }}
PORT: 8080
DEV_DATABASE_URL: <postgresql://test:test@123>@00.000.000.00:5432/test-dev?schema=public
Tobias Lins
05/25/2021, 8:07 PMArun Kumar
05/26/2021, 6:13 AMnpx prisma
generate in the docker every time we make changes to the schema?Misha Moroshko
05/26/2021, 11:09 AMMisha Moroshko
05/26/2021, 11:33 AMJohn McElreavey
05/26/2021, 2:39 PMMalcolm
05/26/2021, 5:03 PM