-
### Symfony version(s) affected
7.1.1
### Description
When mapping a CollectionType (`'allow_delete' => true`) to an entity property of type ArrayCollection, the following exception is thrown…
-
## Motivation
There's a bunch of issues around handling object names that exist due to the existing design assumptions (e.g. https://github.com/doctrine/dbal/issues/4357). The assumptions are:
1…
-
The proposal is pretty simple: have no Common 3.0, instead split Common into smaller packages. We've already had discussion about this and Common 3.0 seems pretty much like relic and multiple componen…
-
The Wordlist class is peculiar, since it allows to merge several CLDF datasets, since wordlists are typically offered not for large cross-linguistic collections but rather for smaller data for one lan…
-
`sqlite-vec` successfully compiles and run on Android (from what I tried on Termux on an old phone).
But how can we package and distribute `sqlite-vec` to make it easier for Android developers to …
-
Please comment below!
Comments will automatically be published on the blog, too.
-
[PostGIS](postgis.net) is a popular extension to support geolocation data types and queries in Postgres. We should think about how we can add support for PostGIS, both for data types and how querying …
-
#### Is your feature request related to a problem?
Often when handling data, you don't know if you handle new data or a record you already have. For instance, if you often fetch a user's data from…
-
例如下面代码,中间表SYSTEM_USER_ROLE 表只会生成 "mid_user_id" 和 "mid_role_id" 两个字段作为联合主键,
如何在中间表中加入其它字段,如:“lastModifiedDate”,“createDate”,“version” 等
```
@ManyToMany(
targetEntity = ManyToManyRole…
-
I tried to pass an array of integers to `Doctrine\ORM\Query\Filter\SQLFilter::setParameter` with the `Doctrine\DBAL\Connection::PARAM_INT_ARRAY` parameter type as I did with regular queries many times…
Nepoh updated
5 years ago