Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Magento 数据库中执行查询,问题是 Python API 没有写入我的数据库。似乎从未执行过查询。
我想查询是正确生成的,它们在 mysql cli 中工作。也许我没有正确使用 API,这里是代码:
http://pastebin.com/5pUJc7ve
我想你忘记了提交。
添加
connessione.commit() connessione.close()