1 | Changes |
---|
2 | -------- |
---|
3 | 0.4 -Miscellaneous bug fixes |
---|
4 | -Implementation of SSL support |
---|
5 | -Implementation of kill() |
---|
6 | -Cleaned up charset functionality |
---|
7 | -Fixed BIT type handling |
---|
8 | -Connections raise exceptions after they are close()'d |
---|
9 | -Full Py3k and unicode support |
---|
10 | |
---|
11 | 0.3 -Implemented most of the extended DBAPI 2.0 spec including callproc() |
---|
12 | -Fixed error handling to include the message from the server and support |
---|
13 | multiple protocol versions. |
---|
14 | -Implemented ping() |
---|
15 | -Implemented unicode support (probably needs better testing) |
---|
16 | -Removed DeprecationWarnings |
---|
17 | -Ran against the MySQLdb unit tests to check for bugs |
---|
18 | -Added support for client_flag, charset, sql_mode, read_default_file, |
---|
19 | use_unicode, cursorclass, init_command, and connect_timeout. |
---|
20 | -Refactoring for some more compatibility with MySQLdb including a fake |
---|
21 | pymysql.version_info attribute. |
---|
22 | -Now runs with no warnings with the -3 command-line switch |
---|
23 | -Added test cases for all outstanding tickets and closed most of them. |
---|
24 | -Basic Jython support added. |
---|
25 | -Fixed empty result sets bug. |
---|
26 | -Integrated new unit tests and refactored the example into one. |
---|
27 | -Fixed bug with decimal conversion. |
---|
28 | -Fixed string encoding bug. Now unicode and binary data work! |
---|
29 | -Added very basic docstrings. |
---|
30 | |
---|
31 | 0.2 -Changed connection parameter name 'password' to 'passwd' |
---|
32 | to make it more plugin replaceable for the other mysql clients. |
---|
33 | -Changed pack()/unpack() calls so it runs on 64 bit OSes too. |
---|
34 | -Added support for unix_socket. |
---|
35 | -Added support for no password. |
---|
36 | -Renamed decorders to decoders. |
---|
37 | -Better handling of non-existing decoder. |
---|