-
```cs
using MongoDB.Bson;
using MongoDB.Driver;
using System;
using System.Threading.Tasks;
namespace MongoDBQueryCode
{
class Program
{
static async Task _Main()
…
hafei updated
5 years ago
-
## Describe the bug
https://fastapi-users.github.io/fastapi-users/latest/configuration/databases/beanie/
In the documentation for how to configure the User model for Beanie the documentation men…
-
Hi,
It would be nice if cl-mongo would provide a way to use BSON representations directly. In my concrete use case, I want to insert documents into a collection, but without first representing them a…
-
Switch fuzzy-disco's document structure on Mongo for a more suitable one
```javascript
// User
{
"objectId": ObjectId(Number),
// user fields ...
"posts": [...]
}
```
This way we can e…
-
**SRM Issue:** [See in SRM](http://localhost:8081/srm/projects/29;branchId=33/findings/1374)
**SRM Status:** New
**Detection Method:** Static Analysis
**First seen on** 09.02.2024
**Location:** pack…
-
```
What version are you using? (Morphia/Driver:0.99/MongoDB:1.6.5)
Please include a stack trace below:
Hi, I have an issue with Mongo documents ID. I have an unique BSON id who is
included in my D…
-
Currently `bson.MarshalJSON` encodes numbers lower than 2^53 as numbers rather than as strings. This also includes all valid negative numbers. I guess former was originally intentional optimization wh…
-
So far we have only supported data types that every single serialization format can support as well. However, there are certain datatypes that can only be supported by certain formats that we should s…
-
# RFC0001 - JSON Datatype (through BSON)
#### RFC Stage: Stage 1
* Start Date: 03/02/2021
* RFC Pull Request: (none, until proper stage)
* Champions: @Ausakura
## Introduction and Summary
[B…
-
I double clicked on a document and saw the raw BSON document. When I modified it and clicked "Save" it crashed. However the object did infact save.