-
**Issue type:**
[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[x] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/1.2/reference/annotations-reference.html#title.1.47
vs
http://doctrine-orm.readthedocs.io/projects/doctrine-mongodb-odm/en/1.2.x…
-
**doctrine/mongodb-odm 1.2.1**
I like to find all persons having an entry for company with id `foo-123`. I use the following query for it:
```php
$persons = $this->personRepository->createQuery…
-
It needs to be located here:
- http://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd
- https://www.doctrine-project.org/schemas/odm/doctrine-mongo-mapping.xsd
Previously it looks lik…
jwage updated
6 years ago
-
See the relationship pattern on [Model One-to-Many Relationships with Embedded Documents](https://docs.mongodb.com/manual/tutorial/model-embedded-one-to-many-relationships-between-documents/) from the…
-
I'm seeing the following:
Attempted to call an undefined method named "isDefault" of class "MongoDB\Driver\WriteConcern" (after upgrading to the latest mongo driver on PHP 7.1).
Let me know if y…
-
I am using Symfony 3.4 Flex and sonata-admin-bundle": "^3.33" & "php": "^7.0.8"...i want to installing doctrine-mongodb-admin-bundle.when i run
`php composer.phar require sonata-project/doctrine-mo…
-
I've moved DoctrineModule and DoctrineORMModule to v2.1 with PHP ^7.1 support only. Now I need to get DoctrineMongoODMModule to support ^2.1 so zfcampus/zf-apigility-doctrine, which supports both, ca…
-
Hi @mmucklo,
I'm encountering a weird issue: when an error happen, not "all the stack" is logged.
As example, I have an issue with a doctrine entity, which prevent it to be persisted correctly.
…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 1.2.4
#### Summary
SchemaManager.updateIndexes() rebuilds all text indexes every time it is calle…