Installing this patch will show another problem.
When I do table->columns->import columns
for a table with auto increment pkey, system produces error:
[expense_id] col_default: col_default cannot be greater than 40 characters.
and refuses to import any columns.
I suspect auto-increment field in PostgreSQL is imported into Radicore with the default value as nextval('....................._id_seq'::regclass)
, which sometimes will exceed $fieldspec['size'] characters and therefor cannot pass the validateField() function in std.validate.class.