Skip to content

Releases: vapor/mysql-kit

MySQL 3.0.0 beta 4

21 Feb 01:38
06257bc
Compare
Choose a tag to compare
MySQL 3.0.0 beta 4 Pre-release
Pre-release

Fix dependencies issues and move to proper range for SPM

Fixes a recursive task parsing bug

MySQL 3.0.0 beta 2

14 Feb 08:01
Compare
Choose a tag to compare
MySQL 3.0.0 beta 2 Pre-release
Pre-release

Updates the Package.swift to use .exact for MySQL dependencies rather than .revision to work around current SPM problems.

A full swift implementation of a MySQL driver

14 Feb 07:23
Compare
Choose a tag to compare
3.0.0-beta.1

remove engine

MySQL 3 beta 3

17 Feb 13:01
0ab1498
Compare
Choose a tag to compare
MySQL 3 beta 3 Pre-release
Pre-release
  • Updated the dependency versions to be more recent

MySQL 2.0.3

15 Nov 00:07
22f7cc1
Compare
Choose a tag to compare

Fixed:

  • Adds support for SMALLINT

Milestone

MySQL 2.0.2

29 Jul 04:35
Compare
Choose a tag to compare

Fixed:

  • More efficient memory usage when fetching data from large columns.

Milestone

MySQL 2.0.1

02 Jun 13:11
Compare
Choose a tag to compare

Fixed:

  • issue causing timezone crash in some systems

milestone

MySql 2.0

18 May 11:13
Compare
Choose a tag to compare

🎉

Cleaned, refined, native date support, what else can we say! Check out the full diff here

MySQL 2.0 Beta 5

17 Apr 11:04
Compare
Choose a tag to compare
MySQL 2.0 Beta 5 Pre-release
Pre-release

New:

  • Add generic return for .transaction

MySQL 2.0 Beta 4

10 Apr 11:07
Compare
Choose a tag to compare
MySQL 2.0 Beta 4 Pre-release
Pre-release

Better:

  • Use makeString() from Bits