-
Doctrine\ODM\MongoDB\Aggregation\Stage we have all possible aggregation stages excapt two Stages:
1. $search
2. $searchMeta
Useful links:
https://www.mongodb.com/docs/atlas/atlas-search/query…
-
I would like to add support for more Doctrine data mappers like MongoDB or CouchDB ODM and, if possible, allow adding a custom one too.
I don’t know exactly how to properly implement this though. Cur…
hacfi updated
10 years ago
-
Any plans on adding support for this: https://www.arangodb.com/2019/08/rc7-of-arangodb-3-5-streaming-transactions-api/
Also, definitely keep up the good work here! I am planning on cutting a system…
-
wrong usage or bug?
is there any way to ignore this file as it is not used in project?
```
sh-4.2$ php -v
PHP 8.0.7 (cli) (built: Jun 16 2021 12:25:08) ( NTS )
Copyright (c) The PHP Group
Ze…
-
Creating this from #530.
doctrine/mongodb 1.1 supports GeoJSON and 2dsphere queries as of https://github.com/doctrine/mongodb/pull/109.
Todo items:
- [x] Upgrade ODM to support doctrine/mongodb 1.1 …
-
I am copying this from https://github.com/doctrine/mongodb-odm/issues/1842 as requested by mr. @malarzm :
> All in all, this all boils down to annotation and reading them thus there's nothing we ca…
-
Maybe better this then setId/defineId?
http://doctrine-mongodb-odm.readthedocs.org/en/latest/reference/upserting-documents.html
sokil updated
9 years ago
-
This is not a priority, but would be a great feature, so once I have some time I'll do it.
There are some points to discuss here though. In my projects I use `doctrine/doctrine-fixtures-bundle` and `…
ioleo updated
10 years ago
-
Hi, lookslike the new version 0.8 doesn't fix all errors.
Now, when I require the library I get that:
The mapping file /xxx/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/mongodb/doctri…
-
Both https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/PersistentCollection.php#L861 and https://github.com/doctrine/collections/blob/master/lib/Doctrine/Common/Collections/ArrayColle…