Search Results
                    
                    
            https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
                                 Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports Entity Framework Core 3.1.1 on all platforms with NET Standard 2.0 support. Microsoft Entity Framework Core 3.1.1 is not compatible with the ...In ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
                                (Bug #31237338, Bug #99371) An error was generated when the database name within a connection string that was passed to MySQL 5.6 or MySQL 5.7 did not match the casing used to search a related stored procedure. (Bug #31173265) In Connector/NET ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-2-0.html
                                (Bug #114457, Bug #36568102) Added a new rewritebatchedstatements connection option that makes the connector rewrite batched statements and execute them all at once in a single block rather than one at a time, which is default behavior. 
                                            
                https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-11.html
                                 MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. Connector/ODBC 8.0.11 is the first release to use the new numbering. The ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-18.html
                                 Bugs Fixed Connector/ODBC is now built with MySQL client library 8.0.18, which includes OpenSSL 1.1.1d. (Bug #29868815) On Linux, memory was leaked on each server connection attempt due to how mysql_server_end was implemented and executed. Issues ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-22.html
                                 Functionality Added or Changed Bugs Fixed Functionality Added or Changed For enhanced security of the existing ENABLE_LOCAL_INFILE connection string option, the new ENABLE_LOCAL_DIR option allows restricting LOCAL data loading to files located in ...(WL #14114) Bugs Fixed Fixed an issue where a parameterized query could cause memory ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-23.html
                                 Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, Connector/ODBC added client support for the MySQL Enterprise Edition SASL LDAP authentication plugin with SCRAM-SHA-1 as an authentication method. Connector/ODBC ...The SASL module required for LDAP/SCRAM-SHA256 is provided by the cyrus-sasl-scram RPM package and libsasl2-modules-gssapi-mit DEB package (the same package that provides modules for ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-32.html
                                 Compilation Notes Functionality Added or Changed Bugs Fixed Compilation Notes Connector/ODBC now provides generic Linux packages for ARM architecture (64 bit), in addition to the generic Linux packages for Intel architecture (both 32 and 64 bits). 
                                            
                https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-40.html
                                (Bug #36955942) The internal mysql_init() function used for making connections is now thread safe. (Bug #115710, Bug #36894687) With the prefetch connection option set to a non-zero value, large queries could cause the connector to unexpectedly halt.  Bugs Fixed Fixed a potential Out of Bounds (OOB) issue related to escaping large ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-18.html
                                 Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/Python connections now set CAN_HANDLE_EXPIRED_PASSWORDS to indicate it can handle sandbox mode for expired passwords. This indicates that Connector/Python does not ...Downloading and installing separate packages for each version is no longer ...