- Fix syntax error with python3.8.10. (#265)

- Fix sql generate error. (#263)
This commit is contained in:
long2ice
2022-09-26 18:36:57 +08:00
parent 9da99824fe
commit 28d19a4b7b
5 changed files with 18 additions and 18 deletions

View File

@@ -2,6 +2,11 @@
## 0.7
### 0.7.1rc2
- Fix syntax error with python3.8.10. (#265)
- Fix sql generate error. (#263)
### 0.7.1rc1
- Fix postgres sql error (#263)