Bertrand
Bertrand
**API Platform version(s) affected**: 3.2.16 **Description** After an update in the latest version of ApiPlatform (from v2.7.x) Each PUT calls on Resources with composite keys fail with a duplicate error....
### Describe the bug We are using Metabase via Docker image (https://hub.docker.com/layers/metabase/metabase-enterprise/v1.47.3/images/sha256-5ab08f76ce964ac05774666b1fb558402cdfd546a87240289ec59f8c0c54e5c4?context=explore) After the migration on v1.47.3 we have updated our serialization files to use the new format on local...
Hi, I have a problem on parsing and build an `INSERT INTO` query using `Context::SQL_MODE_POSTGRESQL`. Given this code ```php $query = "INSERT INTO foo (bar, baz) VALUES ('bar', 'baz');"; Context::setMode(Context::SQL_MODE_POSTGRESQL);...