码迷,mamicode.com
首页 > 数据库 > 详细

mongodb sort

时间:2021-05-25 18:10:59      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:tran   not   导致   排查   val   top   mon   find   问题   

往常使用options.Find().SetSort(bson.D{{"a", -1},{"b", -1}})结果报错,感觉使用方法没问题,排查之后发现是import的包错了导致。

cannot transform type bson.D to a BSON Document: WriteArray can only write a Array while positioned on a Element or Value but is positioned on a TopLevel

"gopkg.in/mgo.v2/bson"换成"go.mongodb.org/mongo-driver/bson"就没问题了。

mongodb sort

标签:tran   not   导致   排查   val   top   mon   find   问题   

原文地址:https://www.cnblogs.com/mentalidade/p/14807535.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!