-
When creating/configuring the state-store as mongodb, writing and initializing works correctly, but when trying to read some information from the state-store, a serialization error occurs.
Another …
-
# Summary
This issue is proposing separating the recursive logic of `QueryMappergetMappedObject()` from the the public method it is invoked by. This allows to handle the outer `Document query` and …
-
Collection.Save(document) method invoke "CascadeSave" using goRoutine.
when i change document's field 10 times and save every times.
the function CascadeSave will invoke 10 times use 10 Routi…
-
**Version**
.NET Core 3.1 - Package version 5.0.11 - Development on Windows (Visual Studio) - Compiled for Linux x64
- Development: Windows 10 x64 - PRO
- Deployment: Ubuntu 21.04 (headless) x64 …
-
Title mostly speaks for itself, the JSON serializer can't handle `enum.Enum` types, which you (can) use in `sqlalchemy.types.Enum`
Example code is [here](https://gist.github.com/madsmtm/37b7fef6cb6…
-
```
Argument of type 'import("/root/RealCoaderLinux/Non_codePart/react-hono-sample-test-monorepo/react-hono-app/node_modules/.pnpm/mongodb@6.10.0/node_modules/mongodb/mongodb").Db' is not assignable …
-
### Description
As part of the effort to reduce namespace, we are going to merge all views within a single teamspace into a single collection
At the moment, views are stored in `.views` of the…
-
https://stackoverflow.com/questions/75636847/getting-an-not-configured-as-an-allowed-type-for-this-instance-of-objectseriali
-
OplogThread assumes that _id in the document is an ObjectId [here](https://github.com/mongodb-labs/mongo-connector/blob/master/mongo_connector/oplog_manager.py#L817) and [here](https://github.com/mong…
-
When I serialize System.Decimals that have >15 digits of precision, the serialized value is rounded to 15 digits.
### Source/destination types
Decimal type. The value 123456789.12345678912345 is …