extension_builder
extension_builder copied to clipboard
UpperCase models not possible
using v12.0.0-beta.2 it is not possible have model attributes with a camel case in it
additonally white space in attribute name breaks generated sql
the first issue should be fixed with this commit:
https://github.com/FriendsOfTYPO3/extension_builder/pull/775/commits/6de5b593047b5817ce9e24533559c80aacc9ed5b
It seems though that it's not merged yet (or better cherry-picked).
see this comment about applying: https://github.com/FriendsOfTYPO3/extension_builder/pull/775#issuecomment-2040147623