github vapor/fluent-mysql-driver 4.0.0-rc.1.2
Date and Bool fixes

latest releases: 4.8.0, 4.7.1, 4.7.0...
pre-release6 years ago
This patch was authored by @mcdappdev and released by @tanner0101.

Fixes some regressions around Date and Bool handling (#168).

  • Foundation.Date can now be decoded from .date (DATE) columns.

Note: Time information will be silently discarded when Foundation.Date is stored in .date column. Use .datetime (DATETIME(6)) to store date + time.

  • Fluent's .bool data type and Swift.Bool now use MySQL's BOOL (TINYINT) column type instead of BIT.

Don't miss a new fluent-mysql-driver release

NewReleases is sending notifications on new releases.