-
I would love to be able to compare fields with each other in a query without needing to fall back on javascript in the where operator.
Since MongoDB 3.6+ we can use expressions within queries: http…
-
sorry, one more thing i notice is that we have a name clash. there is https://github.com/symfony/DoctrineBridge which has the purpose of bridging doctrine into symfony. its a really different type of …
-
How can I use this bundle with MongoDB ?
-
Hi, I have this code of Payment, which is registered as doctrine mongodb storage:
```
-
I'm having an issue where my auth is failing because the document manager name is being used as DB name. It is not possible for me to fix this presently as I have two different document managers point…
-
**API Platform version(s) affected**: 3.1.10
**Description**
I ran the generate command to generate ODM documents from a schema configuration that had two types one of them has a reference to th…
-
**Product:**
id: unique identifier
name: name of the product
description: description of the product
price: price of the product
image: URL or file path of the product image
category: category the pro…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 2.7.0
#### Summary
I created a document structure that has two levels of embeddable document …
-
gesdinet_jwt_refresh_token.yaml
Code is -
gesdinet_jwt_refresh_token:
refresh_token_class: App\Entity\JwtRefreshToken
Entity file code is -
JwtRefreshToken.php
namespace App\Ent…
-
### Describe the bug
Hi,
I am needing to create a Quarkus application that uses the MongoDB Panache module.
The issue is that our MongoDB & Collections already exist and can't be changed. Sev…