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.6
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.7
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Nov 13, 2024

  1. 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
Loading