Copy database is showing an error when you click add constraints and the DB has a foreign constraint. The error is not being shown as the error window is a fixed size. This is also happening in 3.2.5-rc1
Some code to remove a constraint just before renaming was also removing when copying.
Additionally I noticed that when " Add constraints" is selected and no constraints are present, that an empty query is then executed. Which results in an obvious error,
The attached patch might be optimized a bit further, but should fix the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Initial patch, open to review
I confirmed this in trunk.
Some code to remove a constraint just before renaming was also removing when copying.
Additionally I noticed that when " Add constraints" is selected and no constraints are present, that an empty query is then executed. Which results in an obvious error,
The attached patch might be optimized a bit further, but should fix the problem.
Patch works for me!
Fixed in subversion, thanks for reporting.