chore: upgrade deps, update changelog, drop test db before create (#372)

* chore: upgrade deps, update changelog, drop test db before create

* tests: clear operators for sqlite ddl after NotSupportError raised
This commit is contained in:
Waket Zheng
2024-12-03 23:30:37 +08:00
committed by GitHub
parent b2f4029a4a
commit 5b04b4422d
4 changed files with 176 additions and 127 deletions

View File

@@ -4,10 +4,11 @@
### 0.8.0 (unreleased)
- Fix the issue of parameter concatenation when generating ORM with inspectdb (#331)
- Fix KeyError when deleting a field with unqiue=True. (#364)
- Correct the click import. (#360)
- Improve CLI help text and output. (#355)
- Fix mysql drop unique index raises OperationalError. (#346)
- Fix KeyError when deleting a field with unqiue=True. (#364)
**Upgrade note:**
1. Use column name as unique key name for mysql
2. Drop support for Python3.7