mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-01-10 11:30:15 -06:00
🔇 Do not raise deprecation warnings for execute as it's automatically used internally (#716)
* 🔇 Do not raise deprecation warnings for execute as it's automatically used internally * ✅ Tweak tests to not use deprecated query
This commit is contained in:
committed by
GitHub
parent
2ecc86275f
commit
4ac87146b1
@@ -95,7 +95,8 @@ class Session(_Session):
|
||||
```Python
|
||||
heroes = session.exec(select(Hero)).all()
|
||||
```
|
||||
"""
|
||||
""",
|
||||
category=None,
|
||||
)
|
||||
def execute( # type: ignore
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user