37 Commits

Author SHA1 Message Date
5b358664e5 support local_infile_dir option (#755)
Adds support for `MYSQL_OPT_LOAD_DATA_LOCAL_DIR` in `mysql_options()` as
the kwarg `local_infile_dir`. A bit safer alternative than `local_infile` for MySQL versions >= 8.0.21.
2025-02-23 19:37:40 +09:00
feea60c00e support server_public_key_path option. (#744)
fix #682
2024-11-12 20:52:23 +09:00
4bcf3e634d chore(deps): update dependency sphinx to v8 (#716) 2024-10-11 02:51:43 +09:00
3599f77524 chore(deps): update dependency sphinx-rtd-theme to v3 (#724) 2024-10-07 16:40:24 +09:00
a958c5fa45 add MariaDB to README and doc (#720) 2024-08-21 19:10:56 +09:00
8b032d134e doc: add link to README (#692)
Fix #650
2024-02-04 13:40:02 +09:00
f82dac326f chore(deps): update dependency sphinx-rtd-theme to v2 (#671) 2023-11-28 16:55:13 +09:00
2e86ccec70 use sphinx-rtd-theme (#668) 2023-11-15 19:14:04 +09:00
3517eb77b7 Fix sphinx warnings (#602)
Fix #539
2023-05-17 10:58:18 +09:00
df52e237b3 Add collation option (#564)
Fixes #563
2023-05-09 11:45:28 +09:00
6ebc1a1972 Fix typos (#520) 2021-11-17 17:38:58 +09:00
62ddd30bb2 update remnants of passwd and db also in docs (#488) 2021-09-03 11:02:49 +09:00
fa25358d0f deprecate passwd and db 2021-01-08 14:39:43 +09:00
fb3e6a16f7 black doc 2020-12-07 16:29:04 +09:00
ca630c01fb Update the documentation for Cursor (#438)
This change updates the documentation for `Cursor`, since it does not use `CursorWarningMixIn` anymore.
2020-07-04 09:52:49 +09:00
18163d7022 code cleanup and reformat (#423) 2020-01-20 19:47:22 +09:00
1a5ae1daf8 Added to pass ssl_mode in configuration. (#347) 2019-12-03 19:58:32 +09:00
713d3625f8 fixup docs 2019-11-19 17:29:03 +09:00
6c67620bc6 Try to fix RTD 2019-11-18 21:16:37 +09:00
7893c5a97d Grammar fixes (#333) 2019-02-17 12:13:10 +09:00
8ad1525c3f Raise ProgrammingError for nan and inf (#314)
* Raise ProgrammingError when inf or nan is passed
  Fixes #246
* Rename _mysql_exceptions -> _exceptions
2018-12-14 16:46:30 +09:00
4b40c8ce05 Remove _mysql.thread_safe() (#311) 2018-12-13 16:10:58 +09:00
9f31f592f2 Removed MySQLdb.constants.REFRESH 2018-12-11 16:19:47 +09:00
a33e1c3836 Format 2018-12-06 19:33:31 +09:00
e30deabbc9 doc: expand TABs 2018-12-05 18:44:51 +09:00
833816ee87 Move _mysql and _mysql_exceptions into MySQLdb/ (#293) 2018-12-04 20:19:04 +09:00
354b60145d Remove threadsafe and embedded build options 2018-12-04 19:13:33 +09:00
777b74f53e Fix formatting and typo in user_guide.rst (#274) 2018-10-23 16:16:52 +09:00
07f4739d97 Spelling and grammar fixes 2018-05-15 22:04:10 +02:00
f95cfc09f6 typo/grammar fix
Changes "cursor execute" to "cursor executes" on line 388.
2018-03-22 09:29:27 -07:00
db1bb2ccb1 Spelling fixes (#112) 2016-09-12 06:31:28 +09:00
0f6e5d7ddf Doc and comment link fixes 2016-07-06 16:32:31 +03:00
e76b691d9e Remove mention to dead link 2016-02-25 19:09:53 +09:00
22455e5a32 update doc 2015-12-13 23:20:10 +09:00
aaf84230a0 Update PEP 249 URL
Via farcepest/MySQLdb1#94
2015-01-29 15:55:27 +09:00
451f88ef82 Doc overhaul with sphinx 2012-10-08 11:32:11 -04:00
7a846cf5e3 Allow pip install from git
Merged with modifications from a815269010
2012-10-04 13:34:39 -04:00