我是python龙卷风框架的新手。我在MongoDB中有一小部分数据。我在我的python文件中使用了一个简单的get函数。使用
DELIMITER ;
Ответ MySQL:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1
选项时,我得到BadYieldError
。但db.collection.find()
工作正常,但只显示一条记录。
db.collection.find_one()
错误是:
tornado.gen.BadYieldError:产生了未知对象MotorCursor()