Skip to content

0.44.1

Compare
Choose a tag to compare
@bgrainger bgrainger released this 24 Aug 20:42
· 1795 commits to master since this release

Download on NuGet

  • MySqlCommand.Prepare will cache the prepared command until the connection is reset.
  • Improve performance of MySqlCommand.Prepare, especially when preparation is unnecessary.
  • Lazily allocate MySqlParameterCollection (accessed via MySqlCommand.Parameters) for better performance when command parameters aren't used.
  • Use GC.SuppressFinalize to improve performance when various objects (derived from Component) aren't properly disposed.