Skip to content

Commit

Permalink
Release 0.32.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Nov 24, 2017
1 parent 97074dc commit ae64a1e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ weight: 30
Version History
===============

### 0.32.0

* Implement more `MySqlParameter` constructor overloads: [#402](https://github.com/mysql-net/MySqlConnector/issues/402).
* This improves compatibility with Connector/NET.
* Implement `MySqlParameter.Precision` and `MySqlParameter.Scale`.
* The properties are provided only for source compatibility.
* Not available on .NET 4.5.
* Implement `MySqlDataReader.GetChars`.
* Implement `MySqlDataReader.Depth`.
* Fix `NullReferenceException` in `MySqlDataReader` when reader is disposed.
* **Breaking** Throw `InvalidCastException` (instead of `MySqlException`) from `MySqlDataReader.GetGuid` if column is `NULL`.
* **Breaking** Throw `InvalidOperationException` (instead of `MySqlException`) from `MySqlConnection.ConnectionString` setter if connection is open.
* **Breaking** Throw `ArgumentException` (instead of `InvalidOperationException`) from `MySqlConnectionStringBuilder` for invalid option names.

### 0.31.3

* Fix return value of `ExecuteScalar` to be the first column from the first row of the first result set.
Expand Down
2 changes: 1 addition & 1 deletion src/MySqlConnector/MySqlConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.</Description>
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
<VersionPrefix>0.31.3</VersionPrefix>
<VersionPrefix>0.32.0</VersionPrefix>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit ae64a1e

Please sign in to comment.