An open API service providing commit metadata for open source projects.

GitHub / PyMySQL/PyMySQL / commits

MySQL client library for Python

SHA Message Author Date Stats
78350857 Bump codecov/codecov-action from 6 to 7 in the all-dependencies group (#1250) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
10 days ago
0f1c324a use ubuntu-latest for pypi publishing Inada Naoki <s****y@g****m> about 1 month ago
53b16b22 Release v1.2.0 (#1244) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
637fe7e6 Deprecate `Connection.set_charset()` at runtime and document warning behavior... Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
23ca04a3 add AGENTS.md Inada Naoki <s****y@g****m> about 1 month ago
7349a44e deprecate `reconnect` in `Connection.ping()` (#1241) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
ad5c50c2 update CHANGELOG Inada Naoki <s****y@g****m> about 1 month ago
c963edbf Deprecation and removals (#1240) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
af6b9b42 Prepare CHANGELOG for v1.2.0 release from v1.1.3 changes (#1238) Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
c7bf73f1 docs: update outdated requirements and reference links (#1239) Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
c532b8d9 Reject non-finite `decimal.Decimal` query parameters (`NaN`, `sNaN`, `±Infini... Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
113e2524 Expose SQLSTATE on MySQL protocol exceptions without changing exception forma... Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
097fad68 Support MySQL 8 row/column alias syntax in `executemany` INSERT regex (#1235)
Co-authored-by: copilot-swe-agent[bot] <1****t@u****m>, methane <1****e@u****m>, Inada Naoki <s****y@g****m>
Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
8e3a79d2 Reorganize TLS options: implement PREFERRED/REQUIRED SSL mode behavior (#1234)
Co-authored-by: copilot-swe-agent[bot] <1****t@u****m>, Inada Naoki <s****y@g****m>
Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
97ddfaad Bump the all-dependencies group with 2 updates (#1232)
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
5613187f release 1.1.3 (#1230) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
d498f5e2 Bump actions/setup-python from 5 to 6 (#1229) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
a38d40f2 Bump codecov/codecov-action from 5 to 6 (#1228) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
d37c7dff Bump actions/checkout from 4 to 6 (#1227) dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
b157d4f0 dependabot: enable grouping Inada Naoki <s****y@g****m> about 2 months ago
61b30d84 use ubuntu-slim and dependabot (#1226) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8116389a callproc: escape procname (#1225) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d7bb777e release v1.1.2 (#1218) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
2559de5a update README (#1217) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
a388c3a5 ci: do not drop MySQL 5.7 test for now (#1216) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
9a3fe442 ci: update test matrix (#1215) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
10 months ago
bed601f0 Add DeepWiki badge Inada Naoki <s****y@g****m> about 1 year ago
01af30fe fix auth_switch_request handling (#1200) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
53efd1ec ci: use astral-sh/ruff-action (#1201) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e88b729f remove codeql and codesee actions Inada Naoki <s****y@g****m> over 1 year ago
5f6533f8 refactor: use defer_connect instead of mock (#1199) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
66ad1eaa add MariaDB to README.md (#1181) Robert Silén <r****n@m****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1920de3d chore(deps): update codecov/codecov-action action to v5 (#1191) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0df4ce99 disable VERIFY_X509_STRICT for Python 3.13 support (#1198) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0d4609c2 use KILL instead of COM_KILL for MySQL 8.4 support (#1197) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
046d36c8 update ci versions (#1196) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7dead51f Resolve UTF8 charset case-insensitively (#1195) Eugene Kennedy <e****7@n****u>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8876b98b ci: remove lock-threads Inada Naoki <s****y@g****m> over 1 year ago
a1ac8239 Add support for Python 3.13 (#1190) Cycloctane <C****e@o****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
dabf0982 chore(deps): update dependency sphinx to v8 (#1179) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
54e68807 chore(deps): update dependency sphinx-rtd-theme to v3 (#1189) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ec27bade Added MariaDB in readme description (#1186) Ujjwal Kumar Singh <9****n@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
9204b641 close `connection._rfile` in `Connection._force_close` (#1184) CF Bolz-Tereick <c****z@g****e>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
d93cde99 remove mention of runtests.py (#1182) CF Bolz-Tereick <c****z@g****e>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
95635f58 Prevent UnboundLocalError during unbuffered query (#1174)
Co-authored-by: Inada Naoki <s****y@g****m>
Mirko Palancaji <4****2@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
53b35f7f update CHANGELOG Inada Naoki <s****y@g****m> about 2 years ago
a6ae2c71 fix format Inada Naoki <s****y@g****m> about 2 years ago
2cab9ecc v1.1.1 Inada Naoki <s****y@g****m> about 2 years ago
7f032a69 remove coveralls from requirements Inada Naoki <s****y@g****m> about 2 years ago
521e4005 forbid dict parameter Inada Naoki <s****y@g****m> about 2 years ago
69f6c743 ruff format Inada Naoki <s****y@g****m> about 2 years ago
b4ed6884 test json - mariadb without JSON type (#1165) Daniel Black <d****l@m****g>
Committed by: GitHub <n****y@g****m>
about 2 years ago
bbd049f4 Support error packet without sqlstate (#1160) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9694747a pyupgrade Inada Naoki <s****y@g****m> over 2 years ago
1f0b7856 chore(deps): update codecov/codecov-action action to v4 (#1158) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1e28be81 chore(deps): update github/codeql-action action to v3 (#1154) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f13f054a chore(deps): update actions/setup-python action to v5 (#1152) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f476773e chore(deps): update dependency sphinx-rtd-theme to v2 (#1147) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d2061828 Add ssl_key_password param (#1145)
Co-authored-by: Sergei Vaskov <s****f@i****m>
Sergei Vaskov <n****4@f****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
84d3f937 use Ruff as formatter (#1144) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1ed7cffc fix ruff error Inada Naoki <s****y@g****m> over 2 years ago
0001c409 doc: use rtd theme (#1143) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
910e5fc1 update document settings Inada Naoki <s****y@g****m> over 2 years ago
7f96f933 fix conf.py Inada Naoki <s****y@g****m> over 2 years ago
f62893a2 update document settings Inada Naoki <s****y@g****m> over 2 years ago
eb0b6e34 update document settings Inada Naoki <s****y@g****m> over 2 years ago
523f0949 update document settings Inada Naoki <s****y@g****m> over 2 years ago
8b514a4b ci: update dessant/lock-threads action to v5 (#1141) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5820fa09 update CHANGELOG Inada Naoki <s****y@g****m> over 2 years ago
39bf50e0 ci: use codecov@v3 (#1142) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c1d80637 Update codecov/codecov-action action to v4 (#1137) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
9e956ad5 update actions/checkout action to v4 (#1136) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
8157da51 Add support for Python 3.12 (#1134) Hugo van Kemenade <h****k@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
6b10225c Disable renovate dashboard Inada Naoki <s****y@g****m> almost 3 years ago
dbf1ff52 Fix dynamic version Inada Naoki <s****y@g****m> almost 3 years ago
fe856a55 Release v1.1.0 (#1130) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
0803b539 Install the CodeSee workflow. Learn more at https://docs.codesee.io codesee-maps[bot] <8****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
f3f34776 Release v1.1.0rc2 (#1129) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
fed7e806 Add codecov.yml (#1128) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
c3a12f68 Make charset="utf8" use utf8mb4. (#1127) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
f4c348fd Configure Renovate (#1124) renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
2df6c068 Bump mariadb version (#1123) Daniel Black <d****l@m****g>
Committed by: GitHub <n****y@g****m>
about 3 years ago
2596bbb5 Release v1.1.0rc1 (#1122) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
a5849526 Update CHANGELOG Inada Naoki <s****y@g****m> about 3 years ago
fee5df03 CI: Run Django test (#1121) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
69290924 Add `collation` option and `set_character_set()` to Connection (#1119) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
103004d6 Run pyupgrade (#1118) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
9a694a16 Deprecate Cursor.Error access (#1117) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
bd3bd014 Fix LOAD DATA LOCAL INFILE write EOF packet on closed connection. (#1116) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
bfbc6a53 Cursor.fetchall() always return list. (#1115) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
92287000 optionfile: Replace `_` with `-` (#1114) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
b39a43ad ci: Fix MySQL 8 build overwrite previous coverage Inada Naoki <s****y@g****m> about 3 years ago
f5c0ac21 Update README codecov badge Inada Naoki <s****y@g****m> about 3 years ago
d02e090e Use Codecov instead of coveralls. (#1113) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
2fe0b129 Use Ruff instead of flake8 (#1112) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
4072c7ff ci: Update CodeQL workflow (#1110) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
a6f53dbf Make Cursor an iterator (#995)
Co-authored-by: Gonzalo Sanchez <g****z@s****m>, Inada Naoki <s****y@g****m>
Gonzalo Sanchez <g****z@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
3cd76d72 Fix SSCursor raising query timeout error on wrong query on MySQL DB (#1035) Richard Schwab <g****j@c****y>
Committed by: GitHub <n****y@g****m>
about 3 years ago
2ee4f706 Fix wrong merge Inada Naoki <s****y@g****m> about 3 years ago
ea79b321 Add constants and tests related to query timeouts (#1033) Richard Schwab <g****j@c****y>
Committed by: GitHub <n****y@g****m>
about 3 years ago

← Back to repository