Skip to content

2.1.5

Compare
Choose a tag to compare
@bgrainger bgrainger released this 30 Jan 20:32
· 636 commits to master since this release
2.1.5
c22dd56
  • Speed up MySqlDataAdapter.Update when UpdateBatchSize is large: #1124.
  • Remove DO SLEEP(0) use after cancelling a query: #1115.
    • This improves compatibility with MariaDB Xpand.
  • Encode NUL bytes as \0 on the wire: #1121.
    • This improves compatibility with SingleStore.