Replies: 3 comments
-
|
It's issue incorrect, i think, because of https://github.com/tiangolo/sqlmodel/blob/main/sqlmodel/__init__.py#L77 So, you must send it to sqlalchemy or sqlalchemy_stubs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
When using
db.exec(select(Hero))you can use auto-suggestion in vscode to see the methods that belong to exec().However when using
db.exec(text("SELECT * FROM hero"))then there are no suggestions following the exec().Wanted Solution
I want to see the suggestions:
db.exec(text()).[one(), all(), scalars(), etc...]Wanted Code
Alternatives
No response
Operating System
Linux
Operating System Details
wsl2 on windows, vscode
SQLModel Version
0.0.6
Python Version
3.10
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions