Search found 2 matches

by pkExec
Fri 28 Jan 2022 14:54
Forum: dbForge for PostgreSQL
Topic: Bug report
Replies: 3
Views: 13740

Re: Bug report

#3 - If the Foreign Keys are missing in the second database, then the script generated has "ON DELETE NO ACTION ON UPDATE NO ACTION", even if the original is not set this way (e.g. it's ON DELETE CASCADE)
by pkExec
Fri 28 Jan 2022 12:29
Forum: dbForge for PostgreSQL
Topic: Bug report
Replies: 3
Views: 13740

Bug report

Thanks for the great product. Some bugs I found.

Comparing done between:
PostgreSQL version 11 and PostgreSQL version 13
dbForge Schema Compare version: 1.2.182 (Windows)

Bugs found:
- Sequences are not compared at all.
- Foreign keys are not detected as "different" if their only difference is at the action level ("ON DELETE CASCADE" for example).