Join Slack
Powered by
Hello. Is it possible in Prisma to run `SELECT FOR...
# prisma-client
k
koufatzis
10/14/2021, 7:10 AM
Hello. Is it possible in Prisma to run
SELECT FOR UPDATE
statements ?
r
Ryan
10/14/2021, 7:20 AM
@koufatzis
👋 Unfortunately not, you would need to use a raw query for this. It would be great if you could create a
feature request
for this 🙂
k
koufatzis
10/14/2021, 7:21 AM
Ok thanks I will create later a request for this
koufatzis
10/14/2021, 7:22 AM
Can raw queries be included in a prisma transaction or do I need to use raw transaction too ?
r
Ryan
10/14/2021, 7:31 AM
It can be included in a Prisma transaction.
👍 1
Open in Slack
Previous
Next