-
Notifications
You must be signed in to change notification settings - Fork 564
Comparing changes
Open a pull request
base repository: mkleehammer/pyodbc
base: 5.1.0
head repository: mkleehammer/pyodbc
compare: 5.2.0
- 20 commits
- 22 files changed
- 7 contributors
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2fa9b8 - Browse repository at this point
Copy the full SHA e2fa9b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f134955 - Browse repository at this point
Copy the full SHA f134955View commit details
Commits on Feb 27, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5a003ef - Browse repository at this point
Copy the full SHA 5a003efView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ff1dd23 - Browse repository at this point
Copy the full SHA ff1dd23View commit details
Commits on Apr 16, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9078f19 - Browse repository at this point
Copy the full SHA 9078f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41df94d - Browse repository at this point
Copy the full SHA 41df94dView commit details -
Fix first item in sequence memory leak from ref count increasing
Fix suggested by @v-chojas and @gordthompson
Configuration menu - View commit details
-
Copy full SHA for 7a710e7 - Browse repository at this point
Copy the full SHA 7a710e7View commit details
Commits on Sep 8, 2024
-
Adjust for _PyLong_AsByteArray signature change in Python 3.13 (#1344)
Signed-off-by: Adam Williamson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c913dc8 - Browse repository at this point
Copy the full SHA c913dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee51907 - Browse repository at this point
Copy the full SHA ee51907View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa8536 - Browse repository at this point
Copy the full SHA 7aa8536View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11592c - Browse repository at this point
Copy the full SHA d11592cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c37efc - Browse repository at this point
Copy the full SHA 5c37efcView commit details
Commits on Sep 10, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for b397b8e - Browse repository at this point
Copy the full SHA b397b8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12db1f5 - Browse repository at this point
Copy the full SHA 12db1f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 178fa07 - Browse repository at this point
Copy the full SHA 178fa07View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9cb7cd2 - Browse repository at this point
Copy the full SHA 9cb7cd2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b35058c - Browse repository at this point
Copy the full SHA b35058cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 210ab08 - Browse repository at this point
Copy the full SHA 210ab08View commit details
Commits on Oct 9, 2024
-
Bump cibuildwheel to v2.21.3 for Py313
This version of cibuildwheel uses the 3.13.0 final release.
Configuration menu - View commit details
-
Copy full SHA for e3149c8 - Browse repository at this point
Copy the full SHA e3149c8View commit details
Commits on Oct 16, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 209e4b5 - Browse repository at this point
Copy the full SHA 209e4b5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.1.0...5.2.0