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: mysql/mysql-connector-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: willmmiles/mysql-connector-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on May 18, 2021

  1. Use long long buffer to retrieve integer types

    Fixes #96588
    wmiles-sgl committed May 18, 2021
    Configuration menu
    Copy the full SHA
    2ea6a5d View commit details
    Browse the repository at this point in the history
  2. capi: Pass PyFloat as double

    This improves the precision when executing prepared statements.
    wmiles-sgl committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ac5d841 View commit details
    Browse the repository at this point in the history
  3. Handle BLOBs correctly

    Using the pure-python API, return BLOB columns as binary; don't try to
    decode them as if they're text.
    wmiles-sgl committed May 18, 2021
    Configuration menu
    Copy the full SHA
    8ef3ce2 View commit details
    Browse the repository at this point in the history
Loading