SQLALchemy flush error when adding rows to table

前端 未结 0 1364
温柔的废话
温柔的废话 2020-12-12 07:16

In my flask app, I do a fairly simple insert into one of my SQL tables as shown below:

s=Session()
newOperation = Operations(wo, maxOp+10, None, None, None, t         


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