You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be interesting to implement a special pass-through parameter to set an isolation level for a transaction? Right now, it's possible to set an isolation level in scalikejdbc, but scalikejdbc-async misses this feature.
I haven't given much thought about the impact of this in an async setting, so please tell me if there are any unforeseen issues with such an addition.
I haven't checked yet but if the library provides a unified way to set an isolation level (probably no?), it should be relatively easy. If not, I think handling the differences among RDBMSs in this library is not a great idea.
I already looked a bit into that a bit and right now, it looks like jasync-sql has nothing for it. It does pass the parameter on, but in no way does it facilitate anything:
Would it be interesting to implement a special pass-through parameter to set an isolation level for a transaction? Right now, it's possible to set an isolation level in scalikejdbc, but scalikejdbc-async misses this feature.
I haven't given much thought about the impact of this in an async setting, so please tell me if there are any unforeseen issues with such an addition.
Background details
The text was updated successfully, but these errors were encountered: