Inconsistent transactions with Drizzle/Planetscale
I'm having issues with updating multiple records in parallel using
results in only a single record being updated and no errors thrown, i.e. the exact opposite to what one would expect from a transaction. Any ideas as to why this is the case?
Happy to open an issue on GH if this is indeed a bug.
Promise.all inside a transaction using Planetscale's serverless driver. I've created a minimal repro here: https://github.com/tomqchristensen/drizzle-ps-tx. The gist of it is that trying to update multiple records in parallel using something like this:results in only a single record being updated and no errors thrown, i.e. the exact opposite to what one would expect from a transaction. Any ideas as to why this is the case?
Happy to open an issue on GH if this is indeed a bug.