Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-06-26 | 2.6 kB | |
v1.1.0 source code.tar.gz | 2023-06-26 | 90.4 kB | |
v1.1.0 source code.zip | 2023-06-26 | 116.7 kB | |
Totals: 3 Items | 209.7 kB | 0 |
What's Changed
- Remove redundant wheel dep from pyproject.toml by @mgorny in https://github.com/PyMySQL/PyMySQL/pull/1099
- ci: Fix black options by @methane in https://github.com/PyMySQL/PyMySQL/pull/1109
- Remove unused function by @methane in https://github.com/PyMySQL/PyMySQL/pull/1108
- Expose
Cursor.warning_count
by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1056 - Add constants and tests related to query timeouts by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1033
- Fix SSCursor raising query timeout error on wrong query on MySQL DB by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1035
- Make Cursor an iterator by @sanchezg in https://github.com/PyMySQL/PyMySQL/pull/995
- ci: Update CodeQL workflow by @methane in https://github.com/PyMySQL/PyMySQL/pull/1110
- Use Ruff instead of flake8 by @methane in https://github.com/PyMySQL/PyMySQL/pull/1112
- Use Codecov instead of coveralls. by @methane in https://github.com/PyMySQL/PyMySQL/pull/1113
- optionfile: Replace
_
with-
by @methane in https://github.com/PyMySQL/PyMySQL/pull/1114 - Cursor.fetchall() always return list. by @methane in https://github.com/PyMySQL/PyMySQL/pull/1115
- Fix LOAD DATA LOCAL INFILE write EOF packet on closed connection. by @methane in https://github.com/PyMySQL/PyMySQL/pull/1116
- Deprecate Cursor.Error access by @methane in https://github.com/PyMySQL/PyMySQL/pull/1117
- Run pyupgrade by @methane in https://github.com/PyMySQL/PyMySQL/pull/1118
- Add
collation
option andset_character_set()
to Connection by @methane in https://github.com/PyMySQL/PyMySQL/pull/1119 - CI: Run Django test by @methane in https://github.com/PyMySQL/PyMySQL/pull/1121
- Release v1.1.0rc1 by @methane in https://github.com/PyMySQL/PyMySQL/pull/1122
- Bump mariadb version by @grooverdan in https://github.com/PyMySQL/PyMySQL/pull/1123
- Configure Renovate by @renovate in https://github.com/PyMySQL/PyMySQL/pull/1124
- Make charset="utf8" use utf8mb4. by @methane in https://github.com/PyMySQL/PyMySQL/pull/1127
- Add codecov.yml by @methane in https://github.com/PyMySQL/PyMySQL/pull/1128
- Release v1.1.0rc2 by @methane in https://github.com/PyMySQL/PyMySQL/pull/1129
- Release v1.1.0 by @methane in https://github.com/PyMySQL/PyMySQL/pull/1130
New Contributors
- @sanchezg made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/995
- @renovate made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1124
Full Changelog: https://github.com/PyMySQL/PyMySQL/compare/v1.0.3...v1.1.0