Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge with master #21

Merged
merged 37 commits into from
Sep 9, 2022
Merged

merge with master #21

merged 37 commits into from
Sep 9, 2022

Conversation

v-makouz
Copy link
Owner

@v-makouz v-makouz commented Sep 9, 2022

No description provided.

hugovk and others added 30 commits December 6, 2021 21:31
Co-authored-by: Gord Thompson <[email protected]>
* Fix for DSN Names with non-ASCII chars

Fixes: #948

Co-authored-by: bamboo <[email protected]>
Co-authored-by: Gord Thompson <[email protected]>
Fixes #175
Ref #688
Closes #668
Closes #685
Fixes #441 and pretty much most issues that mention
` sql.h: No such file or directory`

This also need to setup some PyPI keys for automated uploads.
Checked this won't shadow released minor version (credit goes to @hugovk)

    >>> from packaging.version import Version
    >>> Version("4.0.dev0") > Version("4.0.24")
    False
* Updated .gitignore

* * Created a test file for the specific scenario

* * Updated doc of test file for the specific SQLParamData scenario

* * Fixed the test file for the specific SQLParamData scenario by Py_XDECREF the PyObject with 1 reference.

* * Improved the test to close the cursor and set it to None, then forcing the gc

* * Changed the fix of the memory leak and updated the test.

* * Removed redundant empty line

* * Converted tabs to spaces

* * Moved variable out of conn's scope

* Update gitignore, remove duplicated
Current versions of Python write a deprecation warning message to
stderr, which breaks CGI scripts running under web servers which
fold stderr into stdout. Likely breaks other software. This change
replaces the deprecated calls with PyUnicode_New(size, maxchar).
The accompanying code to populate the new objects has also been
rewritten to use the new PyUnicode APIs.
…NYEAR and MAXYEAR to python, instead of values out of python's limits
@v-makouz v-makouz merged commit e6e9cb8 into v-makouz:master Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.