Search Results
                    
                    
            https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-17.html
                                Example usage: test_config = {'user': 'myuser', 'port':3306, 'host':'localhost'} test_config['conn_attrs'] = {"foo": "bar", "_baz": "qux", "hello": "world"} _ = connect(**test_config) Default connection attributes are set for both the pure and c-ext ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Prepared statement support was added to the C extension's (use_pure=False) ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-18.html
                                (Bug #25349794, Bug #84389) Connector/Python 8.0.17 does not properly negotiate the highest TLS protocol version supported by both the client and server.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/Python ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-19.html
                                Connector/Python 8.0.19 can connect to MySQL Server 8.0.18 and lower, as both the 'xplugin' (with deprecation warnings) and 'mysqlx' namespaces can be used.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added DNS SRV ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html
                                Users installing using "rpm" or "dpkg" needs to install both the pure Python and C extension packages. That is, the next candidate for making a connection is chosen randomly from the remaining available hosts. Alternatively, the new priority ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
                                The validation collection option must include either a modified level value or schema value, or both.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed On macOS, the official supported Protobuf version is versions before ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
                                (WL #14098) The pure Python and C extension implementations were combined into a single package; this applies to both DEB and RPM packages.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Django 3.0 support while ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-23.html
                                This functionality requires the GSSAPI pypi module, which provides both low-level and high-level wrappers around the GSSAPI C libraries.  Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-26.html
                                 Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1.0 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future Connector/Python version. 
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-27.html
                                Both entries should be specified in the [DEFAULT] profile of the configuration file.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed In Connector/Python 8.0.26, the capability was introduced for applications that use the ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-32.html
                                (Bug #90862, Bug #28020811) Cursors (both the pure Python and C extension versions) use a single SELECT to retrieve procedure result parameters following a procedure call, but one SET was used per parameter when setting the input parameters.