You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrade Doctrine Dbal to 3.0 I have ended with this message:
Unknown column type "json_array" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addType()
The problem is with the definition in Doctrine/mapping/Job.orm.xml in job-queue. I tried replacing the json_array with json and running the tests, but I ended up with errors in precommit hooks that I couldnt fix.
The text was updated successfully, but these errors were encountered:
I finally managed to modify the docker configuration so that I was able to run the tests separately and the result of the tests was the same as for the original definition with json_array. I.e. the same risky tests and warnings without any errors.
After upgrade Doctrine Dbal to 3.0 I have ended with this message:
Unknown column type "json_array" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addType()
The problem is with the definition in Doctrine/mapping/Job.orm.xml in job-queue. I tried replacing the json_array with json and running the tests, but I ended up with errors in precommit hooks that I couldnt fix.
The text was updated successfully, but these errors were encountered: