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
Indeed, there is an issue with this field.
The length is defined, but because base64 is of type CLOB the directive is ignored.
Please downgrade to 5.0.x until a fix is released.
I am sorry, but it looks like there is no convenient way to fix this issue. I will revert to the previous behavior i.e. without the index.
Right now, I am wondering if the Doctrine Repository should still be maintained here. IMHO, the current design requires duplicqtions on the application side and the benefits are low
Unfortunately, the changes from #678 don't work for me under MySQL 9.1:
The ORM file contains
<field name="publicKeyCredentialId" type="base64" unique="true" length="250"/>
. I'm using version 5.1.1 with Symfony 7.2.The text was updated successfully, but these errors were encountered: