AttributeError: _Connection__connection when commit session using sqlalchemy

后端 未结 0 1264
南方客
南方客 2020-12-13 12:27

when I am using sqlalchemy to execute a query in PostgreSQL 13 like this in Python3:

def count(self, guid, title):
    article = Article(
        guid=guid
           


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