You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to insert a document with a specific _id i get the following error:
doc = Mongoc.BSON(Dict("_id"=>"1","test"=>"A"))
push!(coll, doc)
ArgumentError: `nothing` should not be printed; use `show`, `repr`, or custom output instead.
Something related with printing returned nothing, could not find the line in package code.
The text was updated successfully, but these errors were encountered:
When trying to insert a document with a specific _id i get the following error:
Something related with printing returned nothing, could not find the line in package code.
The text was updated successfully, but these errors were encountered: