source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/pymysql/CHANGELOG

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 1.6 KB
Line 
1Changes
2--------
30.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
110.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
310.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.
Note: See TracBrowser for help on using the repository browser.