This patch was authored by @mcdappdev and released by @tanner0101.
Fixes some regressions around Date and Bool handling (#168).
Foundation.Datecan now be decoded from.date(DATE) columns.
Note: Time information will be silently discarded when
Foundation.Dateis stored in.datecolumn. Use.datetime(DATETIME(6)) to store date + time.
- Fluent's
.booldata type andSwift.Boolnow use MySQL'sBOOL(TINYINT) column type instead ofBIT.