-
This is the Symfony2 error I get, after the library installation, when adding the config and clearing the cache
-
The ORDER BY clause allows to use functions. Today, I tried to use `COALESCE` there, thinking that it was a function (which it is in SQL). However, the DQL parser implements it as a dedicated type (a …
stof updated
4 months ago
-
## Describe the bug
The https://github.com/ramsey/uuid-doctrine and https://github.com/beberlei/doctrineextensions is reported as unused in my symfony project.
But I do used them. This way
```
d…
-
i.e if I have a field `featureFlags` which is declared as `text[]`
and I try to do
```
$this->em->createQuery("
SELECT u FROM App\Entity\EndUser u
WHERE …
-
**Is your feature request related to a problem?**
Current `CASE` functionality syntax is only available in SQL query, this functionality is important for actual use cases for Observability and in add…
-
MySql 8.0 has been released and there has definitely been some focus on the spatial functionality.
Most notably to this library GeomFromText and AsBinary has been deprecated. Instead ST_GeomFromTex…
-
### What happened?
When there is dataview query in a file, modifying other parts of the file will trigger the refresh of dataview, causing screen flickering.
Possible solutions:
- Only when oth…
-
We need to decide on a query builder we're going to use in the incoming 1.10 update this will help us avoid having to manage various different database drivers as the package would manage it.
I per…
-
Relates to #7997
**Use case**:
As a user I want to check geo_points for (in)equality to filter for certain fixed locations (e.g. 0 0 or others)
**Feature description**:
The equality operation…
-
Connection setting is under `doctrine / dbal / connections` DoctrineBundle: http://symfony.com/doc/current/reference/configuration/doctrine.html
I'd like it same way to not think what is different in…