[jOOQ/jOOQ#9574] Interpreter implementation
This includes: - DROP TABLE .. CASCADE / RESTRICT - DROP SYNONYM
This commit is contained in:
parent
f4f20a9e36
commit
a1dddf7906
@ -444,6 +444,17 @@ final class Interpreter {
|
||||
cascade(table.primaryKey, null, check ? RESTRICT : CASCADE);
|
||||
|
||||
cascade(table.uniqueKeys, null, check);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
drop(tables, table);
|
||||
@ -1082,6 +1093,17 @@ final class Interpreter {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user