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: mkleehammer/pyodbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.0
Choose a base ref
...
head repository: mkleehammer/pyodbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.0
Choose a head ref
  • 20 commits
  • 22 files changed
  • 7 contributors

Commits on Feb 9, 2024

  1. DOC: Fix license metadata

    stefan6419846 authored and mkleehammer committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e2fa9b8 View commit details
    Browse the repository at this point in the history
  2. DOC: Fix license metadata

    stefan6419846 authored and mkleehammer committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f134955 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. add verbose option on appveyor install

    In the Appveyor Windows builds, include the verbose option when installing pyodbc so that all compilation warnings and errors can be seen.
    keitherskine authored and mkleehammer committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5a003ef View commit details
    Browse the repository at this point in the history
  2. remove redundant compile.cmd script

    It used to be necessary to have special DOS compilation commands when compiling earlier versions of pyodbc but that is no longer needed.  Besides, we build Windows wheels in Github Actions now.
    keitherskine authored and mkleehammer committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ff1dd23 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. connect: Do not deref encoding parameter (#1343)

    The `encoding` parameter was being put into an Object wrapper which decremented its refcount
    causing a segfault if used.  The value is not kept so the easiest solution is to simply borrow
    the original pointer and do not wrap it.  I'm not sure why I did.
    mkleehammer committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9078f19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41df94d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a710e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Adjust for _PyLong_AsByteArray signature change in Python 3.13 (#1344)

    Signed-off-by: Adam Williamson <[email protected]>
    AdamWill authored and mkleehammer committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c913dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee51907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aa8536 View commit details
    Browse the repository at this point in the history
  4. Convert tabs to spaces

    gordthompson authored and mkleehammer committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d11592c View commit details
    Browse the repository at this point in the history
  5. fix sqlcmd issues Ubuntu CI

    Fixes #1380.
    keitherskine committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5c37efc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Appveyor ODBC driver updates

    SQL Server drivers needed updating. Postgres drivers have moved. MySQL now separates 32-bit and 64-bit drivers - up to v8.0 are 32-bit, v8.1 and above are 64-bit.
    keitherskine committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b397b8e View commit details
    Browse the repository at this point in the history
  2. Bump cibuildwheel version

    At the very least, for Python 3.13.
    keitherskine committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    12db1f5 View commit details
    Browse the repository at this point in the history
  3. Add Python 3.13 to CI

    keitherskine committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    178fa07 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    9cb7cd2 View commit details
    Browse the repository at this point in the history
  2. Standardize on Postgres 13

    Postgres 11 is already EOL and Postgres 12 is about to be EOL so let's use Postgres 13 as the minimum Postgres version in the CI builds.
    keitherskine committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    b35058c View commit details
    Browse the repository at this point in the history
  3. pyodbc.pyi tweaks

    keitherskine committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    210ab08 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Bump cibuildwheel to v2.21.3 for Py313

    This version of cibuildwheel uses the 3.13.0 final release.
    keitherskine committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e3149c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Bump version to 5.2

    I don't think there were any API changes, but a change was made for Python 3.13.  I think a
    minor version upgrade is warranted.
    mkleehammer committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    209e4b5 View commit details
    Browse the repository at this point in the history
Loading