Change of detected field attributes after update

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
buhuhu
User
Posts: 221

Change of detected field attributes after update

Post 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,


arbei
User
Posts: 9787

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


buhuhu
User
Posts: 221

Post 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


arbei
User
Posts: 9787

Post by arbei »

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


Post Reply