Skip to content

Problem return columns or entifies with sqlalchemy v2.0 #9631

Closed Answered by kufelkamil
dxeox asked this question in Questions
Discussion options

You must be logged in to vote

I had the same issue, change
proveedores = db.query(modelProveedores).all()
to
proveedores = db.query(modelProveedores).mappings().all()

source: https://stackoverflow.com/a/58660606/2704705

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dxeox
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Vasili-K
Comment options

Answer selected by dxeox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem
5 participants