Pre-release
Pre-release
tanner0101
released this
New:
- Connection metadata such as last insert ID and affected rows is now available on
conn.lastMetadata
(#176). - MySQL driver now supports MySQL >= 8.0.4 over TLS (#176).
- MySQL driver now supports MariaDB (CI includes tests for 10.3) (#176).
- Encoders / decoders have been improved to better support nested data structures (#176).
- New
MySQLQuery
type allows for type-safe construction and serialization of MySQL-specific SQL queries (more information on this soon) (#176).
Fixed:
- Lots of bugs.