Skip to content

0.43.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 27 Jul 14:57
· 1774 commits to master since this release

Download on NuGet

  • Add first version of prepared commands: #534.
    • Only single statements (and not stored procedures) are preparable.
    • The (new) IgnorePrepare connection string option defaults to true and must be set to false to use prepared commands.
  • Add CertificateStore and CertificateThumbprint connection string options: #536.
  • Fix bug that rejected sessions from the connection pool if ChangeDatabase had been called: #515.
  • Don't map TINYINT(1) UNSIGNED as bool: #530.
  • Thanks to @hajekj for contributions to this release.