Page 1 of 1

Wrong descriptions on foreign keys editor

PostPosted: Fri Apr 29, 2016 9:34 am
by badmood
Hello,

on the foreign key editor invoked with "create new foreign key" option on the foreign keys section of the table, when you put the "on delete" and "on update" options they are inverted on the foreign keys list.

Example:
create a new foreign key, and put
"On Delete" = restrict
"On Update" = cascade
and then confirm.
On the foreign key list, now you have
"Update rule" = restrict
"Delete rule" = cascade.

Thanks in advance.

Sergio

Re: Wrong descriptions on foreign keys editor

PostPosted: Fri Apr 29, 2016 8:33 pm
by Serge
This is the error in PostgreSQL extension. Will be fixed in the next version.
Thanks for report.