Trio-mysql

Latest version: v0.10.1

Safety actively analyzes 626474 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.8.1

Release date: 2018-05-07

* Reduce `cursor.callproc()` roundtrip time. (636)

* Fixed `cursor.query()` is hunged after multi statement failed. (647)

* WRONG_DB_NAME and WRONG_COLUMN_NAME is ProgrammingError for now. (629)

* Many test suite improvements, especially adding MySQL 8.0 and using Docker.
Thanks to Daniel Black.

* Dropped support for old Python and MySQL which is not tested long time.

0.8

Release date: 2017-12-20

* **BACKWARD INCOMPATIBLE** ``binary_prefix`` option is added and off
by default because of compatibility with mysqlclient.
When you need PyMySQL 0.7 behavior, you have to pass ``binary_prefix=True``.
(549)

* **BACKWARD INCOMPATIBLE** ``MULTI_STATEMENTS`` client flag is no longer
set by default, while it was on PyMySQL 0.7. You need to pass
``client_flag=CLIENT.MULTI_STATEMENTS`` when you connect to explicitly
enable multi-statement mode. (590)

* Fixed AuthSwitch packet handling.

* Raise OperationalError for MariaDB's constraint error. (607)

* executemany() accepts query without space between ``VALUES`` and ``(``. (597)

* Support config file containing option without value. (588)

* Fixed Connection.ping() returned unintended value.

0.7.11

Release date: 2017-04-06

* Fixed Connection.close() failed when failed to send COM_CLOSE packet.
* Cursor.executemany() accepts query ends with semicolon.
* ssl parameters can be read from my.cnf.

0.7.10

Release date: 2017-02-14

* **SECURITY FIX**: Raise RuntimeError when received LOAD_LOCAL packet while
``loacal_infile=False``. (Thanks to Bryan Helmig)

* Raise SERVER_LOST error for MariaDB's shutdown packet (540)

* Change default connect_timeout to 10.

* Add bind_address option (529)

0.7.9

Release date: 2016-09-03

* Fix PyMySQL stop reading rows when first column is empty string (513)
Reverts DEPRECATE_EOF introduced in 0.7.7.

0.7.8

Release date: 2016-09-01

* Revert error message change in 0.7.7.
(SQLAlchemy parses error message, 507)

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.