Files
BIPMaterialManager/docs/releases/1.10.0.md
Misaka d16f2d1af0 docs: add release notes for version 1.10.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 21:40:55 +08:00

17 lines
627 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 1.10.0
## 数据库
- **新增 PostgreSQL 支持**:应用现可连接 PostgreSQL 数据库,与 MySQL、SQL Server 并列可选。
- 数据库方言自动适配SQL 语句根据数据库类型生成正确的标识符引用格式。
## 稳定性
- 修复 PostgreSQL 环境下表名双引号导致的 SQL 语法错误。
- 修复 PostgreSQL 关键字冲突和大小写敏感问题,自动处理标识符转义。
## 质量改进
- 扩展核心业务模块(认证、清理、校验)的单元测试覆盖,提升回归检测能力。
- 改进测试隔离性,减少跨用例状态泄漏和测试日志噪音。