-
Hello everyone,
I have a relation between two entities, with the following files (I'm working with Symfony 3.1) :
---- Projects.php
`/**
* @ORM\OneToMany(targetEntity="AnrPieces", mappedB…
-
Currently, it's not possible to write an expression like this:
```
WHERE (u.created, u.id) < (:created, :id)
```
It's perfectly valid in at least PG and MySQL, but Doctrine complains:
```
…
elnur updated
7 years ago
-
I'd like to use this kind of postgres code `Array_to_string(ARRAY['a', 'b', 'c'], ';')` which gives `a;b;c`
but this does not parse in dql :
```
ARRAY_TO_STRING( ARRAY( 'a', 'b', 'c' ), ';')
…
-
Like the title says, can you use JSON_GET on JSONB columns deeper than one layer for PostgreSQL databases?
I have a table called sales_order that contains a JSONB column called sales_order_data. Th…
-
Is there any way to get the current year?
```
YEAR(NOW())
```
seems currently not supported
```
{
"error": {
"reason": "There was internal problem at backend",
"details": "Nes…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 2.12.3
#### Summary
Paginator fails with `$fetchJoinCollection = true` and query ordered by a j…
-
Hello,
I have a question which might be a bug (either in doctrine or the bundle).
I have these two entities: user and email. A user can have multiple email addresses.
I want a user grid which…
-
Can the following code work without manually defining the return type, i.e adding `/** @var UserDto[] */`?
```php
final class Repository
{
public function __construct(
private Entit…
-
Provide some bridges for function auto-loading and configuration would be a nice addition, would not be?
I may provide some PRs for that.
-
Discussion to agree on a tech stack that will work with low system requirements