Flask/ SQLAlchemy: iter query result only gets relationships if i previously print the query?

前端 未结 0 1748
日久生厌
日久生厌 2020-12-12 20:14

I do not understand whats goin on here: I have got a SQLite-Table and SQLAlchemy on Flask.

class mymodel(db.Model):
    __tablename__ = \'mytable\'
    id = d         


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