mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
CHANGELOG
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
0.9.2
|
||||
|
||||
* BUG: When using Python 1.5.2, if the connect fails, Python seems
|
||||
to eventually crash with a segfault. In my case, this seems to
|
||||
only happen on exit. I just have not been able to track this one
|
||||
down. I still want to support Python 1.5.2, and I'm probably just
|
||||
missing something very subtle. There's no problem with either
|
||||
Python 2.1.3 or 2.2.1; I have not tested with 1.6 through 2.1.2
|
||||
nor 2.2, nor do I plan to, but there should be no issues with
|
||||
other versions, except for the above issue with 1.5.2.
|
||||
|
||||
* Memory API updates. The GC memory allocator is used when Python
|
||||
2.2 or newer is used.
|
||||
|
||||
* Minor RPM packaging cleanups.
|
||||
|
||||
* cursor.execute(query) with no args leaves the original query string
|
||||
|
||||
Reference in New Issue
Block a user