Releases: crystal-lang/crystal-mysql
Releases · crystal-lang/crystal-mysql
v0.5.1
- Fix
read_lenenc_int
return UInt64
.
- Add missing
IO#read_fully
when reading slice. (#45, thanks @pacuum).
v0.5.0
- Fix compatibility issues for crystal 0.25.0 (#60)
- All the time instances are translated to UTC before saving them in the db
- Send quit packet before closing connection (#61, thanks @liuyang1204)
v0.4.0
- Update to crystal-db ~> 0.5.0
- Fix compatibility issues for crystal 0.24.1 (thanks @lipanski)
- Drop support for zero dates
v0.3.3
- Fix release connection. (see #35 and #38, thanks @benoist)
- Fix unprepared queries creation. (#37, thanks @benoist)
- Fix use read_fully when reading slice. (see #25)
- Add support for Date, Time and Mediumint. (see #31 and #41, thanks @crisward)
v0.3.2
- Update to crystal-db ~> 0.4.0
v0.3.1
- Update to crystal-db ~> 0.3.3
- Fix compatibility issues for crystal 0.20.3
- Add support for Timestamp