Skip to content

2.3.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bgrainger bgrainger released this 30 Jul 14:30
· 179 commits to master since this release
2.3.0-beta.3
7ae44e3
  • Fix version parsing for MariaDB 11.0 and later: #1311.
  • Support per-query variables for CommandBehavior.SchemaOnly and SingleRow: #1312.
  • Perform XA rollback when preparing a transaction fails: #1348.
  • Implement faster parsing for result sets with multiple rows: #1330.
  • Add MySqlDataSource.Name and MySqlDataSourceBuilder.UseName.
  • Fix potential error in reallocating an internal buffer when writing ASCII text.
  • Update handling of ActivityStatus to latest conventions: #1334.
  • Reduce overhead of CommandTimeout: #1338.
  • Thanks to @rusher, @JackBOBO, and @Kielek for contributions to this release.