We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101d195 commit 0478c98Copy full SHA for 0478c98
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.1.2版本
2
+
3
+1. 修复写入主键冲突时数据不会更新的问题
4
5
# 1.1.1版本
6
7
1. 修复对于没有extra字段的数据保存时报错的问题
README.md
@@ -5,7 +5,7 @@
</p>
<p align="center">
8
- <img src ="https://img.shields.io/badge/version-1.1.1-blueviolet.svg"/>
+ <img src ="https://img.shields.io/badge/version-1.1.2-blueviolet.svg"/>
9
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
10
<img src ="https://img.shields.io/badge/python-3.10|3.11|3.12|3.13-blue.svg" />
11
vnpy_postgresql/__init__.py
@@ -27,4 +27,4 @@
27
__all__ = ["Database"]
28
29
30
-__version__ = "1.1.1"
+__version__ = "1.1.2"
0 commit comments