Question about deploying procedure scripts using q...
# orm-help
m
Question about deploying procedure scripts using queryraw.
Copy code
.....
DELIMITER //
Drop proc if exists.....
Create proc...
....
END....
Running something like above to create a proc using workbench and it works. But when I run it using prisma.queryraw, prisma returns a syntax error. Valid query that executes but prismatic has trouble with. Anyone ran into anything like this?
r
@Melvin Gaye 👋 Could you try using this:
Copy code
$executeRaw(`
 // proc body
`)
m
Hi Ryan, ty for always being available and responsive. I believe I'm using executeRaw, may have typed the wrong thing but I'll get back with an update later today.
🙌 1
r
@Melvin Gaye 👋 Did it work?
m
Yes it did thank you again
💯 1
🙌 1