pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Sqla2 integration #420

Open pudo opened 1 year ago

pudo commented 1 year ago

Final changes to #415 , fixes #412

amotl commented 1 month ago

Dear @pudo,

we absolutely love this package, and would like to send kudos to @karlicoss, @M4rque2, and you for conceiving and wrapping up this patch. Also, we would like to kindly ask if this patch can be integrated, or if any support is needed on it?

With kind regards, Andreas.

miraculixx commented 1 month ago

we would like to kindly ask if this patch can be integrated, or if any support is needed on it?

There is an issue with concurrent transactions occurring, causing a deadlock in some scenarios. I have tried to resolve it a couple of weeks back, applied some updates, but got stuck in exactly the same place. Didn't have time to figure out the root cause yet.