You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Features
18
18
* Fix creating [default schema in down migrations for pgsql](https://github.com/doctrine/dbal/issues/1110)
19
19
*[JSON(B) functions](https://www.postgresql.org/docs/current/functions-json.html) (in progress)
20
20
* JSON(B) types based on object models (in progress, requires symfony/serializer)
21
+
*[Trait](src/ORM/Trait/ExistsMethodRepositoryTrait.php) for easy use of [SELECT EXISTS(...)](https://www.postgresql.org/docs/current/functions-subquery.html#FUNCTIONS-SUBQUERY-EXISTS) in your entity repositories
0 commit comments