发布于 2017-05-19 23:50:13 | 153 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

SQLAlchemy Python的ORM框架

SQLAlchemy是Python编程语言下的一款开源软件。提供了SQL工具包及对象关系映射(ORM)工具,使用MIT许可证发行。


SQLAlchemy 1.1.10 版本现在可用。

1.1.10 版本包含一系列针对指定行为的修复:

orm

  • [orm] [bug] Fixed bug where a cascade such as “delete-orphan” (but others as well) would fail to locate an object linked to a relationship that itself is local to a subclass in an inheritance relationship, thus causing the operation to not take place.

postgresql

  • [postgresql] [bug] Added “autocommit” support for GRANT, REVOKE keywords. Pull request courtesy Jacob Hayes.

mysql

  • [mysql] [bug] Removed an ancient and unnecessary intercept of the UTC_TIMESTAMP MySQL function, which was getting in the way of using it with a parameter.

  • [mysql] [bug] Fixed bug in MySQL dialect regarding rendering of table options in conjunction with PARTITION options when rendering CREATE TABLE. The PARTITION related options need to follow the table options, whereas previously this ordering was not enforced.

oracle

  • [oracle] [bug] Fixed bug in cx_Oracle dialect where version string parsing would fail for cx_Oracle version 6.0b1 due to the “b” character. Version string parsing is now via a regexp rather than a simple split.

misc

  • [bug] [ext] Protected against testing “None” as a class in the case where declarative classes are being garbage collected and new automap prepare() operations are taking place concurrently, very infrequently hitting a weakref that has not been fully acted upon after gc.

下载地址:

https://www.sqlalchemy.org/download.html



历史版本 :
SQLAlchemy 1.2.2 发布,Python 的 ORM 框架
SQLAlchemy 1.2.0 正式发布,Python 的 ORM 框架  
SQLAlchemy 1.2.0b3 发布,Python 的 ORM 框架
SQLAlchemy 1.2.0 发布,Python 的 ORM 框架
SQLAlchemy 1.1.14 发布,Python 的 ORM 框架
SQLAlchemy 1.1.10 发布,Python 的 ORM 框架
SQLAlchemy 1.1.9 发布,Python 的 ORM 框架
SQLAlchemy 1.1.8 发布,Python 的 ORM 框架
SQLAlchemy 1.1.6 发布,Python 的 ORM 框架
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务