Use of : in Patchdescription.
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #2884079. --> Reported by: [renefreund](https://www.drupal.org/user/2702327) >>> <p>Hello,</p> <p>if you add a patchinfo to your info.yml with a ":" in your description like e.g. this :</p> <pre>&nbsp;&nbsp; patches:<br>&nbsp;&nbsp;&nbsp;&nbsp; - https://www.drupal.org/node/1739718 Issue 1739718, Patch #32 YYYYYY: XXXXXXXX</pre><p> you will get an exception like:</p> <p>Drupal\Core\Database\IntegrityConstraintViolationException: SQLSTATE[23000]: Integrity constraint<br> violation: 1048 Column 'info' cannot be null: INSERT INTO {patchinfo} (module, id, url, info) VALUES ....</p> <p>if you delete the ":" between YYYY: XXXX all is fine.<br> Greetings.</p>
issue