how to replace SQLAlchemy mapper deprecated “order_by” option?

前端 未结 0 1599
情书的邮戳
情书的邮戳 2021-01-24 22:23

I have a Single Table Inheritance sqlalchemy orm model that looks like this:

class Human(Base):
    
    __tab         


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