Bug (likely) : cannot set a column definition for an attribute with a DataType

Hi

Follow-up of issue reported here.

If i set a column definition of ‘varchar(20)’ to overcome the 15 chars limitation issue described in the post, Studio generates the correct DDL script, it runs successfully, but afterwards Studio never detects that it has been applied, and keep asking to update database.

As described in the related post, I cannot use length = 20 neither.

So I’m a bit stuck here…

Mike

Hi,
Thank you for reporting the problem. We have created a YouTrack issue.

Thanks Rotislav, do you happen to know why this 15 chars limitation exist ?

For now we truncate data to 15 chars, but this will prevent us to develop a IBAN Datatype for bank accounts, which of course is > 15 chars length.