Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpporchard/mysql-connector-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb8aa60
Choose a base ref
...
head repository: mysql/mysql-connector-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9aa75cf
Choose a head ref
  • 15 commits
  • 36 files changed
  • 4 contributors

Commits on Dec 20, 2024

  1. WL#16601: -Werror builds

    rsomla1 committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    9eee702 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Fix dependency of the classic JDBC coneector on the MySQL client libr…

    …ary or its dependencies
    
    Note: This change also ensures that the openSSL library bundled with
    the server is used (if available) not the one that was found and used
    for building the XDevAPI connector.
    rsomla1 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    2aafdf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b1aa87 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Configuration menu
    Copy the full SHA
    046ba79 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    811f589 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    57d570a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e5097 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Configuration menu
    Copy the full SHA
    0388a3c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Bug#37094209 - JDBC: Pluggable authentication not working on MacOS

    Change-Id: I4193a31a5263d3888227a6a876a8c9019dda7c55
    Bogdan Degtyariov committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    595ab61 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Configuration menu
    Copy the full SHA
    89e2bce View commit details
    Browse the repository at this point in the history
  2. WL#11226: Clear all compile warnings -- post push fixes

    - do not add virtual ~DbDoc() dtor to not change the ABI
    - add _CRT_SECURE_NO_WARNINGS on Win also when using clang compiler
    - do not use set_compile_flag() for plain C compiler flags
    rsomla1 committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    172c7ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc79b16 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    de988db View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    1d07819 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    9aa75cf View commit details
    Browse the repository at this point in the history
Loading