]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
🐛 Fix `Select` and `SelectOfScalar` to inherit cache to avoid warning: `SAWarning...
authorRabin Adhikari <rabin.adk1@gmail.com>
Sat, 27 Aug 2022 23:17:37 +0000 (05:02 +0545)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 23:17:37 +0000 (01:17 +0200)
commit475578757f7746fd5a0e4d45a32df44cce474874
tree27675dad70e3005178dc1c4147b6d78f94445596
parent5e0ac5b56ccc72d7f643463ae1cb2af302863e3a
🐛 Fix `Select` and `SelectOfScalar` to inherit cache to avoid warning: `SAWarning: Class SelectOfScalar will not make use of SQL compilation caching` (#234)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
sqlmodel/sql/expression.py.jinja2