DataAbstract compatibility with async methods

Hi, good afternoon.

Recently we have updated our MySQL .Net Connector to 8.3.0 version. It turns out that this upgrade is causing some problems in heavy data operations.

We know that MySQL had Major updating changing behavior to conect asynchronously to DataBase.

Is DataAbstract interface prepared to conect with await directive?

PS: The last driver update, checking in daConfig is 8.0.31.0.

Thx

Hi,

DataAbstract uses standard IDbConnection/IDbCommand interfaces for communicating with drivers.

These interfaces don’t have Async version of methods.