We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fc7ed commit fb0460eCopy full SHA for fb0460e
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@
7
- ⭐【New Features】Open table supports filtering sort
8
- ⚡️【Optimize】Optimize startup speed
9
- 🐞【Fixed】SQL error generated by modifying the table structure
10
+- 🐞【Fixed】The problem of direct query table data error due to characters
11
+- 🐞【Fixed】null point error
12
13
14
## 3.1.18
CHANGELOG_CN.md
@@ -1,12 +1,14 @@
1
## 3.1.19
2
3
-`2024-1-2`
+`2024-1-3`
4
5
**更新日志**
6
- ⭐【新功能】打开表支持筛选排序
- ⚡️【优化】优化启动速度
- 🐞【修复】修改表结构生成SQL错误
+- 🐞【修复】直接查询表因字符导致数据错误的问题
+- 🐞【修复】null point error
0 commit comments