At this moment (servoy 5.1.0) when a table-column is created as a NUMBER field, it will be of dataType:8 and length:8. In the database (sybase) a double field is created.
But when I check our solution I also see NUMBER fields of dataType:7 and length:7, in the database they correspond with float fields.
If I look at when the fields were created it seems like Servoy created NUMBER(8) fields, later in time NUMBER(7) fields and now again NUMBER(8) fields.
Do other Servoy users also have this perception?
And if this is true, is it going to stay NUMBER(8)?
Can people from Servoy please comment on this? A statement wether it is true or not that the behaviour of creating a NUMBER in a table changed multiple times over the last period would suffice.
see viewtopic.php?p=71920#p71920
Rob