Skip to content

Releases: vapor/mysql-kit

Enum Support

22 Jan 03:01
bbd0e70
Compare
Choose a tag to compare
Enum Support Pre-release
Pre-release

MySQLKit 4.0.0 Beta 3

13 Dec 22:06
247ed00
Compare
Choose a tag to compare
MySQLKit 4.0.0 Beta 3 Pre-release
Pre-release
  • Updates MySQLRow's SQLRow conformance to latest changes in SQLKit.

MySQLKit 4.0.0 Beta 2.3

11 Dec 04:51
Compare
Choose a tag to compare
Pre-release
  • MySQLConfiguration now defaults to non-nil TLSConfiguration (#250)

MySQLKit 4.0.0 Beta 2.2

11 Dec 00:59
21907b4
Compare
Choose a tag to compare
Pre-release
  • Added array support to MySQLDataEncoder/Decoder (#249)

MySQLKit 4.0.0 Beta 2.1

10 Dec 00:58
Compare
Choose a tag to compare
Pre-release
  • Fixes a fatalError when attempting to decode arrays. (#245, #246)

MySQLKit 4.0.0 Beta 2

09 Dec 20:19
d0a8385
Compare
Choose a tag to compare
MySQLKit 4.0.0 Beta 2 Pre-release
Pre-release

Updated to latest SQLKit and MySQLNIO beta 2 release.

MySQLKit 4.0.0 Beta 1

25 Oct 02:00
c794dd3
Compare
Choose a tag to compare
MySQLKit 4.0.0 Beta 1 Pre-release
Pre-release

Updated to AsyncKit and SQLKit beta.

MySQL 3.3.0

14 Oct 23:22
8f2238d
Compare
Choose a tag to compare
  • Add support for dropping constraints to MySQLAlterTable (#239)

MySQL 3.2.6

20 Aug 14:15
Compare
Choose a tag to compare

Fixed:

  • Errors related to Float80 when trying to compile on Raspberry Pi 3 (#238)

MySQLKit 4.0.0 Alpha 1.1

08 Aug 19:56
Compare
Choose a tag to compare
Pre-release

Fixed:

  • MySQLDataDecoder now wraps values before decoding them to ensure the top-level type is decoded