Tags: Anefu/boost-mysql
Tags
Boost 1.86 new CI builds Added gcc-14 build Updated mysql8 to MySQL 8.4.1 Updated mariadb to MariaDB 11.4.2 Updated some CMake builds to the latest compiler versions Updated GHA workflows to use Node 20 actions Updated deprecated ENV commands in Dockerfiles Removed debugging statements in OSX CI build DB entrypoints are now inline scripts in Dockerfiles TSAN is now run in ARM CIs and recent gcc's TSAN is now disabled for TS executors close boostorg#302
Boost 1.86 new CI builds Added gcc-14 build Updated mysql8 to MySQL 8.4.1 Updated mariadb to MariaDB 11.4.2 Updated some CMake builds to the latest compiler versions Updated GHA workflows to use Node 20 actions Updated deprecated ENV commands in Dockerfiles Removed debugging statements in OSX CI build DB entrypoints are now inline scripts in Dockerfiles TSAN is now run in ARM CIs and recent gcc's TSAN is now disabled for TS executors close boostorg#302
Preventively disabled -Werror in CMake tests This is recommended because some users build tests as part of their builds. See boostorg#183
field_view constructors are now stable Updated Doxygen docs to mark them as stable close boostorg#219
Removed Boost.chrono from cmake_test close boostorg#180
Removed Boost.chrono from cmake_test close boostorg#180
Merge pull request boostorg#172 from glywk/fix_readme Fix typo in README.md
UB fix for row_base in debug builds UB fix for row_base in debug builds Close boostorg#136
JSON and TEXT fields with binary collations support.
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.
PreviousNext