I get a lot of warnings for FoxPro DBF tables, that have in Servoy table editor the row_ident set and as sequence type db identity is declared.
[attachment=0]2014-03-17_16_01_14-Servoy_Developer_which_is_a_database_identity_but_is_not_a_primary_key_in_the_table.png[/attachment]
For example, the following.:
Table "abteilung" has column "id_nr" which is a database identity but is not a primary key in the table. abteilung.dbi /resources/datasources/boss_db Unknown Column Problem
[attachment=1]2014-03-17_15_49_12-Servoy_Developer_table_editor_abteilung.png[/attachment]
I can’t fix it, because FoxPro DBF tables doesn’t have a primary key. In Servoy the Row Ident is set, so no warnings should be shown? Is this a bug?