Andreas Braun

Results 56 issues of Andreas Braun

PHPLIB-899 This PR changes the detection logic for Atlas Data Lake to no longer use `buildInfo`, but rather rely on an externally set environment variable, as ADL no longer supports...

Installing requirements as suggested in the docs leads to the following error: > requests 2.22.0 requires urllib3!=1.25.0,!=1.25.1,=1.21.1, but you'll have urllib3 1.26.5 which is incompatible. Downgrading the urllib3 dependency in...

While implementing the BSON performance benchmarks in the PHP driver, we noticed a performance problem when converting BSON to JSON. In our tests, we found that encoding a `bson_t*` to...

On the [project overview](http://doctrine-project.org/projects.html) as well as the respective project page the "Documentation" and "Latest Documentation" links are broken for some projects that don't include their own documentation (e.g. doctrine/mongodb).

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.0.3 #### Summary Given an identifier using `strategy="uuid"` and `type="bin_uuid"` or `type="bin_uuid_rfc4122"`,...

Bug

See also #500. On a mapping level, we can forbid mapping anything directly that is known as an embedded document. However, it's possible to reference a mapped superclass which could...

Task

| Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary This issue serves as an epic to...

Feature

### Feature Request | Q | A |------------ | ------ | New Feature | no | RFC | no | BC Break | no #### Summary The index section in...

Documentation
Easy Pick
Hacktoberfest

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary See https://github.com/doctrine/mongodb-odm/pull/1856#discussion_r216758502. Index creation...

Feature

This was previously handled in #1086 for 1.x, but can't be done in 2.0 for repository methods (they are expected to return a cursor which no longer offers triggering a...

Idea