fix: inspectdb raise KeyError 'int2' for smallint (#401)

* fix: inspectdb raise KeyError 'int2' for smallint

* fix ci error

* no ask confirm for ci

* docs: update changelog
This commit is contained in:
Waket Zheng
2024-12-27 23:49:53 +08:00
committed by GitHub
parent d6a51bd20e
commit f5d7d56fa5
4 changed files with 24 additions and 15 deletions

View File

@@ -56,7 +56,9 @@ jobs:
run: poetry run pip install --upgrade "tortoise-orm>=0.23,<0.24"
- name: Install TortoiseORM develop branch
if: matrix.tortoise-orm == 'tortoisedev'
run: poetry run pip install --upgrade "git+https://github.com/tortoise/tortoise-orm"
run: |
poetry run pip uninstall -y tortoise-orm
poetry run pip install --upgrade "git+https://github.com/tortoise/tortoise-orm"
- name: CI
env:
MYSQL_PASS: root