Skip to content

1.0.1

Compare
Choose a tag to compare
@bgrainger bgrainger released this 13 Aug 05:39
· 1084 commits to master since this release
1.0.1
ac71c24
  • Support ENUM columns that use the MYSQL_TYPE_ENUM type in their column metadata: #850.
  • Allow MySqlCommand.CommandText and .Connection to be changed while another command is executing: #867.
  • Make schema collection names (for MySqlConnection.GetSchema(collectionName)) case-insensitive: #852.
  • Fix MySqlBulkLoader with Azure Database for MySQL/MariaDB: #853.
  • Fix bug preventing the retrieval of more than 2³¹-1 rows in a single query: #863.
  • Fix MySqlParameterCollection.Insert implementation: #869.
  • Fix integer overflow in sequence number for compressed packets.
  • Fix ZLIB header flags verification for compressed packets.
  • Thanks to @akamor for contributions to this release.