Skip to content

Releases: pridit-a2oa/Arma2NETMySQLPlugin

4.5.2/8.0.12

22 Feb 16:33

Choose a tag to compare

Differences from upstream:

  • Built with .NET Framework 4.5.2.
  • Bumps MySQL Connector/NET to 8.0.12.
  • Merges PR to enable executing procedures asynchronously (thanks w4rgo).
  • Changes the delimiter to split procedure parameters from , to | to support array values, e.g. JSON.
  • Removes connection retries to provide output that can be conditioned when querying (e.g. health check).