-
mcndt updated
2 years ago
-
From jsor/doctrine-postgis#14
The following DQL:
``` sql
SELECT b
FROM AppBundle\Entity\EntityB b
INNER JOIN AppBundle\Entity\EntityA a
WITH ...
AND ST_Contains(a.geom, b.geom)
WHERE
...
```…
-
_From @webdevilopers on May 5, 2014 12:32_
I have an _contract_ entity with many _items_:
``` php
/**
* @ORM\Entity(repositoryClass="Application\Entity\Repositories\ContractRepository")
* @ORM\Tab…
-
### What would you like to be added?
Good Morning @marcusolsson
Great plugin :)
I saw that your plugin supports returning notes using the Dataview Query Language (DQL), but I was wondering i…
-
When creating an entity with a jsonb field and generating a migration with doctrine migrations, the migration defines the field as JSON, which forces me to fix that mannually each time I create a migr…
-
It would be great if the generated ActiveRecord had a property mapper. That is, `create_at` was mapped to `createAt`.
For example like this:
```php
public function getAttributeMap(): array
{
…
-
Jira issue originally created by user aarondm:
I am currently trying to work with BINARY columns with Doctrine 2 and MSSQL. In order to get my Entities working I had to create a custom Mapping Type f…
-
Hi o/
As the VectorType type is added to Doctrine on DoctrineVectorStore constructor, it is not available in DoctrineMigration which is not aware of this type. So using `bin/console make:migration`…
-
Jira issue originally created by user Vicente69:
Actually, it is not possible to specify an ESCAPE character in a LIKE clause.
The _Expr::like_ method only takes two arguments, and an optional third …
-
Hi,
with the latest update to 1.15.1 (stable) the install of the plugin is not working anymore:
`bash-5.1$ git clone https://github.com/dexterity42/SharedProjectTimesheetsBundle.git
Cloning into …