Skip to content

0.53.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 19 Apr 23:03
· 1647 commits to master since this release

Download on NuGet

  • Breaking MySqlDataReader.GetTextReader() will throw an InvalidCastException if the field value is NULL. Previously, it would return a StringReader wrapping an empty string.
  • Add MySqlDataReader.GetTextReader(string name).
  • Implement MySqlDataReader.GetFieldValue<T> and GetFieldValueAsync<T> for TextReader and Stream: #631.