-
@jwage mentioned that https://github.com/doctrine/mongodb-odm/commit/c36c0606fb0a2f933e843cf68963f3cf4e8f207f failed for him on a 32-bit test environment:
```
1) Doctrine\ODM\MongoDB\Tests\Functio…
-
Hi all :)
It's my first bug report, i hope i supplied the right amount of information.
### Bug Report
For a long time we ran our website with the mongodb extension version 1.16.0, 1.16.1 and 1.…
-
### BC Break Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 2.5.0
#### Summary
Since version 2.5.0, the class metadata factory cannot be over…
-
### Bug Report
Only some Hydrator classes are generated when using a custom type. Once the HydratorFactory tries to generate a Hydrator for a custom type, it fails silently and just stops gener…
-
### System information
- **OS Platform and Distribution**:
Distributor ID: Ubuntu
Description: Ubuntu 23.10
Release: 23.10
Codename: mantic
- **Python version** (`python --version`):
…
-
**API Platform version(s) affected**: 3.2.1
**Description**
Patch operation tries to update the fields that weren't requested to update and sets them to default value.
Everything works co…
-
Using drop functions from Doctrine\ODM\MongoDB\SchemaManager on a capped collection return now an error with mongoDB 3.6:
> cannot remove from a capped collection: collectionName => drop collection
…
-
Issues #246 and #370 discussed difficulties decoding mongo dates to DateTime with specific time zones. Developer consensus favors userland conversion/wrapping as the most flexible solution. What I wou…
-
hi
please drop `migrations` folder in `blacklist app`, because when using `djongo` ODM and because not implement `ALTER TABLE`, in `migrate` has-error below :
```
FAILED SQL: ('ALTER TABLE "token_b…
-
### What happened?
Via interactive shell, I can access the extension normally, for example:
```
php > require_once('vendor/autoload.php');
php > $x = new \MongoDB\Client('mongodb://localhost')…