William GM
12/16/2021, 4:55 AMSET 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
.
this.prismaService.$executeRaw`set local "app.current_tenant" = ${tenant.id};`
The error I get is
Raw query failed. Code: `42601`. Message: `db error: ERROR: syntax error at or near "$1"`