Skip to content

Commit

Permalink
Update mysql from master
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Oct 23, 2024
1 parent 9de8ed0 commit e37acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/mysql
Submodule mysql updated 38 files
+1 −1 .drone.star
+2 −2 .github/workflows/coverage.yml
+2 −2 .github/workflows/fuzz.yml
+1 −0 CMakeLists.txt
+1 −0 build.jam
+1 −0 doc/qbk/21_connection_pool.qbk
+4 −2 doc/qbk/22_sql_formatting.qbk
+2 −1 doc/qbk/helpers/quickref.xml
+4 −1 example/batch_inserts.cpp
+4 −1 example/batch_inserts_generic.cpp
+4 −1 example/dynamic_filters.cpp
+4 −1 example/patch_updates.cpp
+1 −0 include/boost/mysql.hpp
+85 −25 include/boost/mysql/connection_pool.hpp
+0 −11 include/boost/mysql/detail/format_sql.hpp
+96 −0 include/boost/mysql/detail/sequence.hpp
+0 −79 include/boost/mysql/format_sql.hpp
+22 −6 include/boost/mysql/impl/format_sql.hpp
+0 −2 include/boost/mysql/impl/with_params.hpp
+8 −3 include/boost/mysql/pool_params.hpp
+172 −0 include/boost/mysql/sequence.hpp
+1 −0 test/cmake_test/CMakeLists.txt
+19 −0 test/integration/test/connection_pool.cpp
+1 −0 test/integration/test/database_types.cpp
+24 −0 test/integration/test/execution_requests.cpp
+1 −0 test/integration/test/snippets/sql_formatting.cpp
+52 −0 test/unit/test/format_sql/custom_formatter.cpp
+3 −2 test/unit/test/format_sql/formattable.cpp
+119 −3 test/unit/test/format_sql/sequence.cpp
+1 −0 tools/docker/build-clang11.dockerfile
+1 −0 tools/docker/build-clang14.dockerfile
+1 −0 tools/docker/build-clang16-i386.dockerfile
+1 −0 tools/docker/build-clang16.dockerfile
+1 −0 tools/docker/build-clang17.dockerfile
+1 −0 tools/docker/build-clang18.dockerfile
+1 −0 tools/docker/build-clang3_6.dockerfile
+1 −0 tools/docker/build-clang7.dockerfile
+5 −5 tools/scripts/build_unix_local.sh

0 comments on commit e37acdd

Please sign in to comment.