Open
Description
Q | A |
---|---|
Sulu Version | 3.0.0-alpha3 |
PHP Version | - |
DB Version | Postgres |
Browser Version | - |
Actual Behavior
Max slug length shorter on Sulu 3.0 on postgres as on Sulu 2.6.
Expected Behavior
Steps to Reproduce
If you have a Url which is longer as 191 it will fail after the upgrade to be inserted. This is because jackalope doctrine dbal only had the limitation of 191 chars on MySQL UTF8MB4 not on postgres or other databases: https://github.com/jackalope/jackalope-doctrine-dbal/blob/42023a95b5b15a8a002bf8a5ff5d9301ee07c9b8/src/Jackalope/Transport/DoctrineDBAL/RepositorySchema.php#L231-L233