SQLAlchemy 1.3.10 release, Python ORM framework

SQLAlchemy 1.3.10 released. SQLAlchemy is a Python SQL database object and kits mapping (ORM) framework. It contains the complete set of enterprise-level persistence patterns, designed for high efficiency and high performance database access.

Version 1.3.10 fixes a regression Oracle maximum identifier length detection, despite the documentation states that version 1.3.9 will continue to return the length of 30, unless explicitly set the value, but that is not intended to return on a server and later 12.2 used in the newer value of 128.

In addition, the "compatibility" version of the search and parsing has been improved, if the "v $ parameter" table is not available, then no warning, because the report this situation seems to be more than expected. Oracle recommends that all users upgrade to skip version 1.3.9 and 1.3.10.

For details, see the announcement .

Guess you like

Origin www.oschina.net/news/110469/sqlalchemy-1-3-10-released