GitHub / boostorg/mysql issues and pull requests
#481 - pooled_connection can't parse result to boost::mysql::results
Issue -
State: closed - Opened by Nu11able 3 months ago
- 7 comments
#480 - caching_sha2_password can now be used without TLS
Pull Request -
State: open - Opened by anarthal 3 months ago
#479 - Ensure that all public headers are standalone
Issue -
State: open - Opened by anarthal 3 months ago
Labels: testing
#478 - clang-20 CI build
Issue -
State: open - Opened by anarthal 3 months ago
Labels: testing
#477 - clang-19 CI build
Issue -
State: open - Opened by anarthal 3 months ago
Labels: testing
#476 - gcc-15 CI build
Issue -
State: open - Opened by anarthal 3 months ago
Labels: testing
#475 - Add <cstdint> to fix compilation failures with gcc-15.
Pull Request -
State: closed - Opened by hhoffstaette 3 months ago
- 2 comments
#474 - Handshake is now more resilient
Pull Request -
State: closed - Opened by anarthal 3 months ago
- 1 comment
#473 - capabilities is now a scoped enum
Pull Request -
State: closed - Opened by anarthal 3 months ago
- 1 comment
#472 - Restore clang 3.6 build
Issue -
State: open - Opened by anarthal 3 months ago
Labels: testing
#471 - All-uppercase capabilities might conflict with official C API macros
Issue -
State: closed - Opened by anarthal 3 months ago
#470 - Added handshake unit tests
Pull Request -
State: closed - Opened by anarthal 3 months ago
#469 - Handshake hardening
Issue -
State: closed - Opened by anarthal 3 months ago
Labels: security
#468 - Incorrect error message with caching_sha2_password user triggers a non-password error during handshake
Issue -
State: closed - Opened by anarthal 3 months ago
Labels: bug
#467 - Why is my code performing poorly?
Issue -
State: closed - Opened by jphz 4 months ago
- 8 comments
#466 - metadata is now implemented as a single std::vector
Pull Request -
State: closed - Opened by anarthal 4 months ago
- 1 comment
#465 - Default-constructing metadata objects leaves some fields undefined
Issue -
State: closed - Opened by anarthal 4 months ago
Labels: security
#464 - Migrated Ubuntu 23.04 containers to 24.04
Pull Request -
State: closed - Opened by anarthal 4 months ago
- 1 comment
#463 - Migrate containers out of Ubuntu 23.04
Issue -
State: closed - Opened by anarthal 4 months ago
#462 - Potential optimization: try to avoid memmoves with long reads
Issue -
State: open - Opened by anarthal 4 months ago
Labels: performance
#461 - Optimization: don't use std::string in metadata
Issue -
State: closed - Opened by anarthal 4 months ago
Labels: performance
#460 - Service not found when compiling with -fsanitize=address
Issue -
State: closed - Opened by sagunkho 4 months ago
- 3 comments
#459 - Added benchmarks against libmysqlclient
Pull Request -
State: closed - Opened by anarthal 5 months ago
- 2 comments
#458 - [Question] is there a benchmark/comparison test to the standard libmysqlclient available?
Issue -
State: closed - Opened by LowLevelMahn 5 months ago
- 13 comments
#457 - Fixed a race condition in per-operation cancellation in variant_stream
Pull Request -
State: closed - Opened by anarthal 5 months ago
- 1 comment
#456 - Make vformat_sql_to public
Issue -
State: open - Opened by anarthal 5 months ago
Labels: enhancement
#455 - Help with Query interface design to support format
Issue -
State: closed - Opened by bruno-viva 5 months ago
- 2 comments
#454 - Race condition in per-operation cancellation in variant_stream
Issue -
State: closed - Opened by r33s3n6 5 months ago
- 2 comments
Labels: bug
#453 - Added docs on using asio::cancel_after with pool_params::thread_safe
Pull Request -
State: closed - Opened by anarthal 5 months ago
- 1 comment
#452 - Starting operations while engaged in multi-function ops is no longer UB
Pull Request -
State: closed - Opened by anarthal 5 months ago
- 1 comment
#451 - Added unit tests for the close connection algorithm
Pull Request -
State: closed - Opened by anarthal 5 months ago
- 1 comment
#450 - Improve diagnostics when trying to use an unconnected connection
Issue -
State: closed - Opened by anarthal 5 months ago
#449 - Remove UB when initiating an operation after a fatal error has occurred
Issue -
State: open - Opened by anarthal 5 months ago
#448 - Remove UB when an operation is initiated while a multi-function operation is in progress
Issue -
State: closed - Opened by anarthal 5 months ago
#447 - Reworked the static interface exposition page
Pull Request -
State: closed - Opened by anarthal 5 months ago
- 1 comment
#446 - Added quit_connection unit tests and refactored
Pull Request -
State: closed - Opened by anarthal 5 months ago
- 1 comment
#445 - Close unit tests
Issue -
State: closed - Opened by anarthal 5 months ago
Labels: testing
#444 - Quit unit tests
Issue -
State: closed - Opened by anarthal 5 months ago
Labels: testing
#443 - Connect unit tests
Issue -
State: open - Opened by anarthal 5 months ago
Labels: testing
#442 - Handshake unit tests
Issue -
State: closed - Opened by anarthal 5 months ago
Labels: testing
#441 - Made the asio::yield_context HTTP server single-threaded and reworked it
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#440 - Reworked the dynamic interface exposition page
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#439 - Added a section on interfacing sync and async code
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#438 - Replaced C++20 feature test macros by Boost.Config's for C++17 headers
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#437 - Reworked the text queries and SQL formatting exposition pages
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#436 - Renamed the connection_pool example to http_server_cpp11_coroutines
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#435 - Reworked the prepared statement exposition page
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#434 - TLS certificate verification example should use the actual hostname instead of "mysql"
Issue -
State: open - Opened by anarthal 6 months ago
#433 - Post 1.87 exposition update: overview
Issue -
State: open - Opened by anarthal 6 months ago
#432 - Post 1.87 exposition update: connection_pool page
Issue -
State: open - Opened by anarthal 6 months ago
#431 - Review the source_sql example
Issue -
State: open - Opened by anarthal 6 months ago
#430 - Add a dump to JSON example
Issue -
State: open - Opened by anarthal 6 months ago
#429 - Add a C++11 callback-based HTTP server
Issue -
State: open - Opened by anarthal 6 months ago
#428 - Add an example on stored procedures
Issue -
State: open - Opened by anarthal 6 months ago
#427 - Post 1.87 exposition update: pipeline page
Issue -
State: open - Opened by anarthal 6 months ago
#426 - Post 1.87 exposition update: time types page
Issue -
State: open - Opened by anarthal 6 months ago
#425 - Post 1.87 exposition update: metadata page
Issue -
State: open - Opened by anarthal 6 months ago
#424 - Post 1.87 exposition update: advanced SQL formatting page
Issue -
State: closed - Opened by anarthal 6 months ago
#423 - Post 1.87 exposition update: error handling page
Issue -
State: open - Opened by anarthal 6 months ago
#422 - Post 1.87 exposition update: async page
Issue -
State: open - Opened by anarthal 6 months ago
#421 - Post 1.87 exposition update: multi-function operations
Issue -
State: open - Opened by anarthal 6 months ago
#420 - Post 1.87 exposition update: multi-resultset
Issue -
State: open - Opened by anarthal 6 months ago
#419 - Post 1.87 exposition update: static interface page
Issue -
State: closed - Opened by anarthal 6 months ago
#418 - Post 1.87 exposition update: dynamic interface page
Issue -
State: closed - Opened by anarthal 6 months ago
#417 - Post 1.87 exposition update: text queries page
Issue -
State: closed - Opened by anarthal 6 months ago
#416 - Post 1.87 exposition update: prepared statements page
Issue -
State: closed - Opened by anarthal 6 months ago
#415 - Updated file copyrights to 2025
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#414 - Coroutines example HTTP server (connection_pool) sometimes crashes on termination
Issue -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#413 - Fixed a race condition in per-operation cancellation in connection operations
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#412 - Race condition in the sync connection_pool snippet
Issue -
State: closed - Opened by anarthal 6 months ago
Labels: documentation, testing
#411 - Simplified locking in sha256 tests by using GET_LOCK
Pull Request -
State: closed - Opened by anarthal 6 months ago
#410 - Connections now check for in-progress async operations and fail without UB
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#409 - Added any_connection::connection_id
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#408 - Expose connection_id access
Issue -
State: closed - Opened by r33s3n6 6 months ago
- 7 comments
#407 - algo_test now systematically checks for connection state changes
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#406 - Check for state changes in algorithm unit tests
Issue -
State: closed - Opened by anarthal 6 months ago
#405 - Remove UB when an operation is initiated and another one is outstanding
Issue -
State: closed - Opened by anarthal 6 months ago
#404 - test_pos_map/reset_nonempty no longer triggers an assertion
Pull Request -
State: closed - Opened by anarthal 6 months ago
- 1 comment
#403 - Test failure due to span assertion
Issue -
State: closed - Opened by anarthal 6 months ago
Labels: testing
#402 - Document interaction between asio::cancel_after and pool_params::thread_safe
Issue -
State: closed - Opened by bruno-viva 6 months ago
- 10 comments
Labels: documentation
#401 - Remove executable flags from .pem files
Pull Request -
State: closed - Opened by striezel 6 months ago
- 1 comment
#400 - Fix a few typos
Pull Request -
State: closed - Opened by striezel 6 months ago
- 1 comment
#399 - Add support for DECIMAL using Boost.Decimal
Pull Request -
State: open - Opened by anarthal 6 months ago
#398 - Should invalid format_options return an error instead?
Issue -
State: closed - Opened by bruno-viva 7 months ago
- 1 comment
#397 - "thread-safe" connection_pool is too limited
Issue -
State: closed - Opened by feverzsj 7 months ago
- 1 comment
#396 - connection_pool now resizes correctly in the presence of pending connections
Pull Request -
State: closed - Opened by anarthal 7 months ago
- 1 comment
#395 - Connection Pool: pool never grows to more than 1 connection
Issue -
State: closed - Opened by bruno-viva 7 months ago
- 4 comments
#394 - Fixed a race condition in Windows CI when running the example servers
Pull Request -
State: closed - Opened by anarthal 7 months ago
- 1 comment
#393 - Race condition when terminating servers in Windows CIs
Issue -
State: closed - Opened by anarthal 7 months ago
Labels: testing
#392 - Fixed ping_interval docs regarding its relation with wait_timeout
Pull Request -
State: closed - Opened by anarthal 7 months ago
- 1 comment
#391 - Fix ping_interval docs
Issue -
State: closed - Opened by anarthal 7 months ago
Labels: documentation
#390 - Removed the -fcf-protection gcc workaround
Pull Request -
State: closed - Opened by anarthal 7 months ago
- 1 comment
#389 - Replace OpenSSL by Boost.Hash2 in auth.ipp
Pull Request -
State: closed - Opened by anarthal 8 months ago
#388 - Migrated docs to Asciidoc, Antora and MrDocs
Pull Request -
State: open - Opened by anarthal 8 months ago
- 1 comment
#387 - Fixed a render problem in the async discussion page
Pull Request -
State: closed - Opened by anarthal 8 months ago
- 1 comment
#386 - Migrate documentation to asciidoc
Issue -
State: open - Opened by anarthal 8 months ago
Labels: documentation
#385 - Added an HTTP server example using C++20 coroutines
Pull Request -
State: closed - Opened by anarthal 8 months ago
- 1 comment
#384 - Review coverage build
Issue -
State: open - Opened by anarthal 8 months ago
#383 - Update the gcc-13 container to use Ubuntu 24.04
Issue -
State: open - Opened by anarthal 8 months ago
Labels: testing
#382 - Updated the coverage build to use gcc-14
Pull Request -
State: closed - Opened by anarthal 8 months ago
- 1 comment