bigplum / lua-resty-mongol

A ngx_lua driver for mongodb -- Deprecated for not updating with the mongodb version
198 stars 67 forks source link

使用cjson序列化时objectid提示 不能序列化 #67

Open liuwma opened 5 years ago

liuwma commented 5 years ago

使用cjson序列化时objectid提示 Cannot serialise function: type not supported

解决办法: bson.lua 第58行修改 修改前 58 v = new_object_id ( get ( 12 ) ) 修改后 58 v = new_object_id ( get ( 12 ) ):tostring()