Page 1 of 1

Change of detected field attributes after update

Posted: Mon Jul 29, 2024 2:00 pm
by buhuhu

Hello,

I have project in v2022 and v2023.

When I try to update all projects change like this:

CHANGED : (Field) tblAch->Details - Attribute (100 to 36)
CHANGED : (Field) tblAch->id - UniqueIdx (False to True), Attribute (96 to 0)

Why ?

Best Regards,


Re: Change of detected field attributes after update

Posted: Mon Jul 29, 2024 2:52 pm
by arbei

It just detects your field more accurately and remove unnecessary attributes, e.g. remove "FldMayBeNull" for the first field (because "FldIsNullable" is already detected), and detect your second field as not nullable.


Re: Change of detected field attributes after update

Posted: Mon Jul 29, 2024 3:36 pm
by buhuhu

Hello and thank you

But the change is it for all tables from project.

from v2022 to v2023 don't change this type, just at v2024

It is normal ?

Regards


Re: Change of detected field attributes after update

Posted: Mon Jul 29, 2024 6:34 pm
by arbei

It is surely normal and improvement, it detects your fields (and generate code for the fields) better and more accurately.