mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-14 17:41:37 +08:00
♻️ Update expresion.py
, sync from Jinja2 template, implement inherit_cache
to solve errors like: SAWarning: Class SelectOfScalar will not make use of SQL compilation caching
(#422)
This commit is contained in:

committed by
GitHub

parent
f232166db5
commit
b51ebaf658
@ -7,3 +7,5 @@ mypy sqlmodel
|
||||
flake8 sqlmodel tests docs_src
|
||||
black sqlmodel tests docs_src --check
|
||||
isort sqlmodel tests docs_src scripts --check-only
|
||||
# TODO: move this to test.sh after deprecating Python 3.6
|
||||
CHECK_JINJA=1 python scripts/generate_select.py
|
||||
|
Reference in New Issue
Block a user