Skip to content

Releases: noppoMan/SwiftMysql

non-blocking features

10 Nov 01:03
e001615
Compare
Choose a tag to compare
  • added AsyncConnection
  • added AsyncConnectionPool

Bug Fix

06 Nov 14:18
0dbaeb1
Compare
Choose a tag to compare

release connection after EOF packet received.

API Breaking changes and Streaming query rows

06 Nov 11:40
031a3eb
Compare
Choose a tag to compare
  • replace QueryResult.resultSet(Rows) with .resultSet(ResultFetcher)
  • remove QueryResult.noRecord
  • add QueryResult.asRows() to access resultSet like v0.1.x
  • supports streaming query rows
  • move some methods related stream from Connection to PacketStream
  • PacketStream unconformed Stream type
  • divide error into server and client
  • improve Test Coverages