-
There seems to be an issue when using a clustered connection from MongoDB Atlas. I tried the same setup both on a local server and a mongodb Atlas server, there is always an error on the first consume…
-
**Do you want to request a *feature* or report a *bug*?**
Possible bug or unexpected behaviour
**What is the current behavior?**
`.find()` overwrites fields that are `undefined` but have a `d…
-
Aside from the migration guide, which says that autoCreate now defaults to true except in some secondary cases, the Schema Options documentation has not been updated.
https://mongoosejs.com/docs/gu…
-
**Do you want to request a *feature* or report a *bug*?**
Report a bug/request help.
**What is the current behavior?**
I have the following schema
```js
const PostSchema = new Schema({
kin…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
Getting exception when iterating over cursor
`Promise {
TypeError: aggregate.allowDi…
-
Hi @bangbang93, thanks for publishing this library. At the time it was published, there were already at least two packages with a similar goal:
* https://github.com/lstkz/ts-mongoose by @lstkz
* h…
dandv updated
2 years ago
-
I've seen a few scripts now of people using `populate` as an option in their `populate` functions. From what I can tell its another way to do a nested/chain populate however the docs don't mention it …
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
mongoose is listed as a peerDependency in my database package and as a dependency in my…
-
**Do you want to request a *feature* or report a *bug*?**
docs
**What is the current behavior?**
Guide https://mongoosejs.com/docs/subdocs.html at https://mongoosejs.com/docs/subdocs.html#finding…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
When finding thousands of documents, each has some keys and an array of thousands o…