Commit 45694c9
cppal-commitbot
Update mysql from master
1 parent 6b30a8f commit 45694c9
1 file changed
+1
-1
lines changed- .drone.star+1-1
- .github/workflows/coverage.yml+2-2
- .github/workflows/fuzz.yml+2-2
- CMakeLists.txt+1
- build.jam+1
- doc/qbk/21_connection_pool.qbk+1
- doc/qbk/22_sql_formatting.qbk+4-2
- doc/qbk/helpers/quickref.xml+2-1
- example/batch_inserts.cpp+4-1
- example/batch_inserts_generic.cpp+4-1
- example/dynamic_filters.cpp+4-1
- example/patch_updates.cpp+4-1
- include/boost/mysql.hpp+1
- include/boost/mysql/connection_pool.hpp+85-25
- include/boost/mysql/detail/format_sql.hpp-11
- include/boost/mysql/detail/sequence.hpp+96
- include/boost/mysql/format_sql.hpp-79
- include/boost/mysql/impl/format_sql.hpp+22-6
- include/boost/mysql/impl/with_params.hpp-2
- include/boost/mysql/pool_params.hpp+8-3
- include/boost/mysql/sequence.hpp+172
- test/cmake_test/CMakeLists.txt+1
- test/integration/test/connection_pool.cpp+19
- test/integration/test/database_types.cpp+1
- test/integration/test/execution_requests.cpp+24
- test/integration/test/snippets/sql_formatting.cpp+1
- test/unit/test/format_sql/custom_formatter.cpp+52
- test/unit/test/format_sql/formattable.cpp+3-2
- test/unit/test/format_sql/sequence.cpp+119-3
- tools/docker/build-clang11.dockerfile+1
- tools/docker/build-clang14.dockerfile+1
- tools/docker/build-clang16-i386.dockerfile+1
- tools/docker/build-clang16.dockerfile+1
- tools/docker/build-clang17.dockerfile+1
- tools/docker/build-clang18.dockerfile+1
- tools/docker/build-clang3_6.dockerfile+1
- tools/docker/build-clang7.dockerfile+1
- tools/scripts/build_unix_local.sh+5-5
0 commit comments