Skip to content

2.3.7

Latest
Compare
Choose a tag to compare
@bgrainger bgrainger released this 22 Apr 14:03
· 58 commits to master since this release
2.3.7
72ee684
  • Fix NullReferenceException in MySqlDataReader.ActivateResultSet and MySqlDataReader.DisposeAsync: #1459.
    • This bug likely also caused "Packet received out-of-order" errors.
    • This was introduced in 2.3.0.
  • Fix rare NullReferenceException in ServerSession during cancellation: #1472.
  • Fix Foreign Keys schema not being generated asynchronously.