-
### What should be done?
https://www.mongodb.com/docs/manual/reference/operator/aggregation/first/#mongodb-group-grp.-first
`$firstN` was separated to issue https://github.com/FerretDB/FerretDB/iss…
-
Before I used it, the driver (https://github.com/comtihon/mongodb-erlang) , but operator told me that it does not support mongo 4
-
https://docs.mongodb.com/manual/reference/operator/meta/comment/#:~:text=In%20mongosh%20%2C%20use%20cursor.,easier%20to%20interpret%20and%20trace
-
https://docs.mongodb.com/master/reference/operator/aggregation/lookup/#pipe._S_lookup
Mongo aggregate is equivalent to a left outer join. Attempting to figure out how to implement it.
-
Mostly new features:
- [x] Implement `beginTransaction` and `endTransaction` ~~using the `$isolated` operator. It doesn't provide rollbacks but it's better than nothing.~~ Using native implementati…
-
similar with mongodb's syntax:
https://docs.mongodb.com/manual/reference/operator/meta/orderby/
---
Some hints:
- Please read our readme for more information/guide/tutorial.
- Here is [an e…
-
-
## CVE-2024-3862 - Medium Severity Vulnerability
Vulnerable Library - mongor5.0.0-rc5
The MongoDB Database
Library home page: https://github.com/mongodb/mongo.git
Found in HEAD commit: 60ef70ebd8d4…
-
MongoDB v2.6 reintroduces the need to dunder (__) operators before storing them in the transaction collection. Ideally this should be done internally for a tidier API.
-
Field names in mongoDB cannot start with a dollar sign, making that prov-json documents cannot be stored without first being modified. This limitation is normally overcome by escaping the dollar sign …