mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Comma Seperated lists, values are not trimmed for unique-constraint columns attribute XML Schema #6090
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crtl on GitHub (Oct 22, 2018).
Feature Request
Summary
Ive noticed that white spaces matter in the
[columns]definition of<unique-constraint>.I havent tested it for other lists but given the following example:
Running
vendor/bin/doctrine orm:validate-schemathen prints the following error:In my opinion it should be possible to add whitespaces in
[columns]-attribute for more readability.