-
Notifications
You must be signed in to change notification settings - Fork 2.2k
queryRaw Error when calling SP or Function #2679
Copy link
Copy link
Closed
prisma/prisma-engines
#798Labels
bug/2-confirmedBug has been reproduced and confirmed.Bug has been reproduced and confirmed.kind/bugA reported bug.A reported bug.tech/enginesIssue for tech Engines.Issue for tech Engines.topic: raw$queryRaw(Unsafe) and $executeRaw(Unsafe): https://www.prisma.io/docs/concepts/components/prisma-cli$queryRaw(Unsafe) and $executeRaw(Unsafe): https://www.prisma.io/docs/concepts/components/prisma-cli
Milestone
Metadata
Metadata
Assignees
Labels
bug/2-confirmedBug has been reproduced and confirmed.Bug has been reproduced and confirmed.kind/bugA reported bug.A reported bug.tech/enginesIssue for tech Engines.Issue for tech Engines.topic: raw$queryRaw(Unsafe) and $executeRaw(Unsafe): https://www.prisma.io/docs/concepts/components/prisma-cli$queryRaw(Unsafe) and $executeRaw(Unsafe): https://www.prisma.io/docs/concepts/components/prisma-cli
When I try to get the results for an SP or a function like:
queryRaw("CALL increaseShopCounter()");orqueryRaw("select callIncreaseShopCounter();")it fails with an undescriptive message:
Both SP and Function return values when executing them directly.
DB: MySql
Prisma:
"@prisma/cli": "^2.0.0-beta.8",
"@prisma/client": "^2.0.0-beta.8",