Skip to content

2.1.9

Compare
Choose a tag to compare
@bgrainger bgrainger released this 16 May 02:44
· 586 commits to master since this release
2.1.9
62ad22d
  • Set Activity status to ERROR if an exception occurs during ExecuteReader: #1171.
  • SSL Mode = Disabled is supported as a synonym for SSL Mode = None: #1168.
    • Added MySqlSslMode.Disabled enum value.
  • MySqlAttribute implements ICloneable: #1169.
  • (Internal) Unix domain socket connection uses UnixDomainSocketEndPoint class: #1160.
  • Thanks to @qq362220083 for contributions to this release.