Closed yamarkz closed 2 months ago
@yamarkz It seems that the txid is not passed correctly after startTX. I will check it out when I have time.
PS: However, I may not be able to fix it quickly because I am busy recently. I am preparing for an interview and developing software for a great client.
In addition, I rarely use manual things, and I want to sort out the known issues of the current Prisma 5.18 version:
If you are in a hurry, you can submit a PR for me, and I will quickly verify and release a new version.
For the current Prisma Dart v5 version, I recommend using the 5.17.*
version of Prisma CLI, because there are destructive changes in the 5.18 version that I cannot adapt quickly for the time being.
Thank you for your comment. I'll try to verify this with different versions of prisma on my end. comment here if there is further information.
@yamarkz I have successfully fixed it, please upgrade to version 5.0.6.
@medz Great job!
Thank you for your continuous maintenance of the package.
I am using prisma-dart in a commercial product and have been operating with version 4 so far. Recently, I attempted to upgrade to version 5, but I noticed that the behavior around transactions has changed, causing it to no longer function correctly.
Upon reviewing the code, it seems that the implementation has changed fundamentally. I am utilizing the "Manual Transactions" approach as described in the documentation. Do you have any insights or ideas about what might be causing this?
I am encountering the following error message: