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

Commits on Aug 7, 2024

  1. Support building against Percona Server builds of MySQL client librar…

    …y `libperconaserverclient` (#718)
    nattofriends authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    423e45e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Sep 8, 2024

  1. Update license metadata (#722)

    Use GPLv2 or later
    methane authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    94cae14 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 20, 2024

  1. ci: update test (#727)

    methane authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    b5c6cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95db801 View commit details
    Browse the repository at this point in the history
  3. release 2.2.5 (#728)

    methane authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    6eb6c2f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    89511ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feea60c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. release v2.2.6 (#745)

    methane authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5e85107 View commit details
    Browse the repository at this point in the history
  2. ci: fix django test (#746)

    methane authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    afdd93a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Dec 14, 2024

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

Commits on Jan 5, 2025

  1. add database name as the Connection attribute (#752)

    This change adds `self.database` as the Connection attribute
    displaying the database name from connection parameters.
    
    This is very useful for otel dbapi tracer.
    cazorla19 authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    8103651 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Configuration menu
    Copy the full SHA
    2226fc4 View commit details
    Browse the repository at this point in the history
  2. release v2.2.7 (#754)

    methane authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    2076d16 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. support local_infile_dir option (#755)

    Adds support for `MYSQL_OPT_LOAD_DATA_LOCAL_DIR` in `mysql_options()` as
    the kwarg `local_infile_dir`. A bit safer alternative than `local_infile` for MySQL versions >= 8.0.21.
    RasmusKard authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    5b35866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54e861 View commit details
    Browse the repository at this point in the history
Loading