top-think / think-orm

Think ORM——the PHP Database&ORM Framework
Apache License 2.0
413 stars 171 forks source link

关于mongdb 使用model 的问题 #304

Open SRCAM opened 2 years ago

SRCAM commented 2 years ago

1.mongdb 未填写dsn的情况下,无法指定某个数据库 Snipaste_2021-10-20_18-09-51 2.部署方式为单一服务器模式一下,保存数据会出现 MongoDB\Driver\Exception\BulkWriteException : Transaction numbers are only allowed on a replica set member or mongos 建议在think\db\connector\Mongo 类的 transaction 方法判断是否为单一服务器模式 如果是单一模式 不生成相关事务

SRCAM commented 2 years ago

@liu21st