
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
Certain DDL operations work correctly when performed on freshly created database, and fail after backup/restore cycle.
The reason for failure is that system generators used to produce field names do not preserve their values during backup/restore cycle.
After backup/restore generated field names are no longer unique. Scripts to reproduce are attached.
|
|
Description
|
Certain DDL operations work correctly when performed on freshly created database, and fail after backup/restore cycle.
The reason for failure is that system generators used to produce field names do not preserve their values during backup/restore cycle.
After backup/restore generated field names are no longer unique. Scripts to reproduce are attached. |
Show » |
|
Statement failed, SQLSTATE = 42000
unsuccessful metadata update
-cannot delete
-DOMAIN RDB$1
-there are 1 dependencies
After line 17 in file messup2.sql
If you remove backup/restore step from the script it will finish without errors