Carson Ip
1a67ae2cc2
Fix description of SEGV issue in HISTORY ( #337 )
2019-03-04 19:24:43 +09:00
Carson Ip
f683ee7826
Fix typo in docstring and minor formatting ( #336 )
2019-03-03 12:13:38 +09:00
Ville Skyttä
7893c5a97d
Grammar fixes ( #333 )
2019-02-17 12:13:10 +09:00
Ville Skyttä
79cd82388e
travis: Fix after_success spelling, should actually upload to codecov now ( #332 )
2019-02-16 22:06:48 +09:00
Inada Naoki
474dac6b45
post1 release
v1.4.2.post1
2019-02-13 20:55:46 +09:00
Inada Naoki
c3dcb16f8e
v1.4.2
v1.4.2
2019-02-08 21:23:05 +09:00
Inada Naoki
9339b153f0
travis: run django-1.11.18 tests ( #328 )
2019-02-07 20:39:33 +09:00
Inada Naoki
1f6e18d345
Add some garbage for Django 1.11 compatibility ( #327 )
...
Django touched private area of this library.
Removing unused variables broke Django.
While Django 2.0 fixed it, Django 1.11 doesn't fix it
because it is in security-only fix mode.
So add unused variables for Django 1.11 compatibility.
They will be removed in next minor release.
Fix #303 , #306
2019-02-07 18:05:40 +09:00
Inada Naoki
c29d166023
v1.4.1
v1.4.1
2019-01-19 13:24:20 +09:00
Inada Naoki
4d278c9f43
Update HISTORY
2019-01-19 12:57:15 +09:00
Inada Naoki
f48a294aaa
Fix dict parameter support ( #324 )
2019-01-19 12:55:41 +09:00
Inada Naoki
bf0ef58baa
1.4.0
v1.4.0
2019-01-18 20:55:42 +09:00
Inada Naoki
3870135037
Fix windows build ( #322 )
2019-01-18 20:52:10 +09:00
Inada Naoki
0d1b6b6dc9
1.4.0rc3
v1.4.0rc3
2018-12-17 19:28:47 +09:00
Inada Naoki
f754471097
Update HISTORY
2018-12-17 19:28:16 +09:00
INADA Naoki
ea80e8f07a
Fix error handling of mysql_real_connect ( #317 )
...
Fixes #316
2018-12-17 19:27:54 +09:00
INADA Naoki
ecf6d53aef
1.4.0rc2
v1.4.0rc2
2018-12-15 10:15:13 +09:00
INADA Naoki
74c16e7afa
Remove unused converters ( #315 )
2018-12-14 17:24:15 +09:00
INADA Naoki
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
INADA Naoki
911bef988c
Refactor extension module initialization ( #313 )
2018-12-13 20:23:46 +09:00
INADA Naoki
0b6c6656f2
Refactoring JSON support ( #312 )
2018-12-13 17:40:37 +09:00
INADA Naoki
4b40c8ce05
Remove _mysql.thread_safe() ( #311 )
2018-12-13 16:10:58 +09:00
INADA Naoki
aca63e5d1c
Use Py_RETURN_NONE
2018-12-13 12:44:25 +09:00
INADA Naoki
fe8032430c
Reimplement JSON support ( #310 )
2018-12-13 12:41:53 +09:00
INADA Naoki
bf77dd0633
Update FIELD_TYPEs ( #309 )
2018-12-12 20:25:12 +09:00
INADA Naoki
aca3a396c7
Remove old TIMESTAMP format for MySQL<4.1 ( #308 )
2018-12-12 17:51:48 +09:00
INADA Naoki
80278a266e
Update ER and CR ( #307 )
2018-12-12 16:52:03 +09:00
INADA Naoki
6cc21d9ead
Update INSTALL.rst
2018-12-12 16:15:57 +09:00
Inada Naoki
98dedd93e7
Update HISTORY
v1.4.0rc1
2018-12-11 16:20:43 +09:00
Inada Naoki
9f31f592f2
Removed MySQLdb.constants.REFRESH
2018-12-11 16:19:47 +09:00
Inada Naoki
b14b2bd684
fix version string
2018-12-11 16:16:29 +09:00
INADA Naoki
2760691af0
1.4.0rc1
2018-12-11 14:57:15 +09:00
INADA Naoki
3bea8cd8dd
Faster string and int decoder ( #305 )
2018-12-11 11:50:42 +09:00
INADA Naoki
c7188e64bb
Update HISTORY
2018-12-10 20:26:37 +09:00
INADA Naoki
ae6b108b56
Remove HAVE_MYSQL_OPT_TIMEOUTS
...
Drop MySQL<5.1.12 support
2018-12-10 19:08:19 +09:00
Inada Naoki
e48e393e68
Update compat
2018-12-07 13:51:17 +09:00
INADA Naoki
819688b630
Simplify converters ( #304 )
2018-12-07 13:50:05 +09:00
INADA Naoki
5e8eeac47f
Stop using surrogate escape ( #302 )
...
It was workaround for `bytes %`.
Since we dropped Python 3.4 support, we can use just `bytes %` now.
2018-12-07 02:39:33 +09:00
Inada Naoki
628bb1b433
Refine last commit
2018-12-07 02:11:51 +09:00
Inada Naoki
509b6ce837
Document removal of _last_executed
...
Fixes #303
2018-12-07 02:09:22 +09:00
Inada Naoki
a33e1c3836
Format
2018-12-06 19:33:31 +09:00
INADA Naoki
c754b25080
Support field name other than UTF-8 ( #301 )
2018-12-06 02:39:25 +09:00
Inada Naoki
2df4f2f8d8
Update HISTORY
2018-12-05 19:08:58 +09:00
Benjamin Peterson
27e40186e3
Resurrect Connection.fileno() ( #300 )
...
This permits low-level access to the underlying network connection.
For example, this can be used to tweak the TCP timeout (TCP_USER_TIMEOUT).
2018-12-05 19:08:35 +09:00
Inada Naoki
3bdcb26832
Expand TABs
2018-12-05 18:46:29 +09:00
Inada Naoki
e30deabbc9
doc: expand TABs
2018-12-05 18:44:51 +09:00
Benjamin Peterson
41581254f8
Fix a reference leak in store_result and use_result if result object initialization fails. ( #298 )
2018-12-05 12:31:33 +09:00
Inada Naoki
c2e5ff7bd3
Support utf8mb3
2018-12-04 22:25:57 +09:00
Inada Naoki
20ee2e307b
Fix warnings
2018-12-04 22:06:08 +09:00
Inada Naoki
2f8eaabf0d
history
2018-12-04 21:59:36 +09:00