Sqlalchemy: how to get a json without information redundancy, when using a join query?

后端 未结 0 1776
南方客
南方客 2021-01-13 13:29

How do i make a join query not send me repeated information in the json?

This is the query:

obtained_series = db.session.query(Anime, Serie).join(Serie         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题