FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing v1.2.0...main · PyMySQL/PyMySQL · GitHub

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/PyMySQL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: PyMySQL/PyMySQL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
  • 12 commits
  • 29 files changed
  • 4 contributors

Commits on Jun 11, 2026

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

Commits on Jun 24, 2026

  1. Configuration menu
    Copy the full SHA
    6ca7b8d View commit details
    Browse the repository at this point in the history
  2. pinact

    methane committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    0bc7180 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

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

Commits on Jul 8, 2026

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

Commits on Jul 10, 2026

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

Commits on Jul 22, 2026

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

Commits on Aug 5, 2026

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

Commits on Aug 18, 2026

  1. Fix escape_timedelta for negative values (#1262)

    `escape_timedelta` produced the wrong SQL literal for a negative
    `timedelta`. Python normalizes a negative `timedelta` so
    `seconds`/`microseconds` are non-negative and the sign lives entirely in
    `days`, but `escape_timedelta` decomposed the always-positive `seconds`
    and applied the sign only through `days*24`. A negative value therefore
    came out with complemented sub-hour fields — `-timedelta(minutes=30)`
    escaped to `'-1:30:00'` (-5400s) instead of `'-00:30:00'`.
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
    dngr2 and methane authored Aug 18, 2026
    Configuration menu
    Copy the full SHA
    34f2676 View commit details
    Browse the repository at this point in the history
  2. ruff format

    methane committed Aug 18, 2026
    Configuration menu
    Copy the full SHA
    6498643 View commit details
    Browse the repository at this point in the history
  3. fix ruff errors (#1263)

    methane authored Aug 18, 2026
    Configuration menu
    Copy the full SHA
    7ccc6b3 View commit details
    Browse the repository at this point in the history
  4. Refactor LOAD LOCAL INFILE handling (#1264)

    Read the OK packet just after sending the EOF (enpty) packet.
    methane authored Aug 18, 2026
    Configuration menu
    Copy the full SHA
    0305ab3 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL