I have created an integer column in MySQL with the UNSIGNED attribute. When discovering attributes for the table I have specified this column to be the primary key. Then I have defined a query that shows values of this table and the Edit operation with records.
The query works fine and I can also edit and change records (not the primary key, though)