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
I have an issue with $array | ConvertTo-LiteDbBSON -As Array, where the array items has _id in ObjectID type, ObjectID type is the default index type when the LiteDB is created by New-LiteDBCollection
Description
I have an issue with
$array | ConvertTo-LiteDbBSON -As Array
, where the array items has_id
inObjectID
type,ObjectID
type is the default index type when the LiteDB is created byNew-LiteDBCollection
Reference: LiteDB / Data Structure / Objectid (https://www.litedb.org/docs/data-structure/#objectid)
Expected Behavior
Actual Behavior
Update-LiteDBDocument
does not throw warnings of_id
not foundSpecifications
The text was updated successfully, but these errors were encountered: