extension_builder icon indicating copy to clipboard operation
extension_builder copied to clipboard

UpperCase models not possible

Open georgringer opened this issue 1 year ago • 2 comments

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

georgringer avatar Jun 10 '24 17:06 georgringer

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).

DavidBruchmann avatar Jun 10 '24 17:06 DavidBruchmann

see this comment about applying: https://github.com/FriendsOfTYPO3/extension_builder/pull/775#issuecomment-2040147623

DavidBruchmann avatar Jun 10 '24 17:06 DavidBruchmann