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: PyMySQL/mysqlclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: PyMySQL/mysqlclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 19 commits
  • 18 files changed
  • 7 contributors

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    eb5cb3d View commit details
    Browse the repository at this point in the history
  2. Add discussion template

    methane committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    df302ff View commit details
    Browse the repository at this point in the history
  3. Add issue template config

    methane committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    020f040 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b29c60 View commit details
    Browse the repository at this point in the history
  5. update issue config

    methane committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4f2a839 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Support pkg-config libmariadb (#631)

    Fix #629.
    methane authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    807933e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Update README.md (#633)

    fixed typo in Customize build (POSIX)
    raceybe authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1468dce View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    8878212 View commit details
    Browse the repository at this point in the history
  2. fix templates

    methane committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    fc6b9da View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Sep 12, 2023

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

Commits on Nov 13, 2023

  1. Do not use MYSQL_OPT_RECONNECT as possible. (#664)

    MySQL 8.0.33+ shows deprecation warning to stderr.
    So we avoid using it as possible.
    
    In the future, we will deprecate `reconnect` option of the
    `Connection.ping()`.
    methane authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0d0fff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb236e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. use sphinx-rtd-theme (#668)

    methane authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2e86cce View commit details
    Browse the repository at this point in the history
  2. docs: Improve portability of brew prefix (#667)

    homebrew's prefix can vary - with this minor change, the pkgconfig path
    should work in more user environments.
    davemcphee authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3805b28 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 7, 2023

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

Commits on Dec 8, 2023

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

Commits on Dec 13, 2023

  1. Release v2.2.1 (#679)

    methane authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d82d0fd View commit details
    Browse the repository at this point in the history
Loading