SQLAlchemy 1.2.10 已发布,这是一个小版本,引入了一些针对 Core 和 ORM 的修复:
orm
- [orm] [bug] Fixed bug in
Bundleconstruct where placing two columns of the same name would be de-duplicated, when theBundlewere used as part of the rendered SQL, such as in the ORDER BY or GROUP BY of the statement. - [orm] [bug] Fixed regression in 1.2.9 due to #4287 where using a
Loadoption in conjunction with a string wildcard would result in a TypeError.
sql
- [sql] [bug] Fixed bug where a
Sequencewould be dropped explicitly before anyTablethat refers to it, which breaks in the case when the sequence is also involved in a server-side default for that table, when usingData.drop_all(). The step which processes sequences to be dropped via non server-side column default functions is now invoked after the table itself is dropped.
下载地址:
继续阅读与本文标签相同的文章
上一篇 :
vuejs 制作背景淡入淡出切换动画的实例
下一篇 :
如何正确调用maven编写的插件
-
POLARDB MySQL 8.0 正式上线商用
2026-05-18栏目: 教程
-
MySQL 推出 90核 CPU 720GB 内存 独占物理机规格
2026-05-18栏目: 教程
-
基于 RocketMQ 的同城双活架构在美菜网的挑战与实践
2026-05-18栏目: 教程
-
账户系统如何应对高并发、热点账户等问题
2026-05-18栏目: 教程
-
阿里雷卷:Reactive 基金会的成立将对开发方式带来哪些影响?
2026-05-18栏目: 教程
