Posts by Kleyton Souza • 1 point
2 posts
-
0
votes1
answer39
viewsA: how to transform this query to flask sqlalchemy object-oriented
solved, if anyone needs follow the answer. db.session.query(Questoes.cod_quest).…
-
-3
votes1
answer39
viewsQ: how to transform this query to flask sqlalchemy object-oriented
I’ve been trying to do this for three days, I even managed to make it work directly in the database, but object-oriented in flask with sql Alchemy was not. select cod_quest from questoes a where…