mirror of
https://github.com/boostorg/mysql.git
synced 2025-05-12 14:11:41 +00:00
JSON fields are now read as strings instead of blobs. TEXT fields with binary collations (e.g. utf8_bin or the JSON type in MariaDB) are now read as strings instead of blobs. Added the column_type::json type. The CI script now loads all data into the databases. There is no longer need to rebuild DB containers when test data changes.