Hey there, I've been trying to use `SET LOCAL some...
# orm-help
w
Hey there, I've been trying to use
SET LOCAL some_key = value;
on my transactions but I alway get an error, from what I saw on github issues, this is supported but for some reason is not working with me, using prisma
3.6
.
Copy code
this.prismaService.$executeRaw`set local "app.current_tenant" = ${tenant.id};`
The error I get is
Copy code
Raw query failed. Code: `42601`. Message: `db error: ERROR: syntax error at or near "$1"`