Closed AnastasiiaSergienko closed 1 year ago
At the moment we don't have validation for SQL statements. In the DropSchema class private void validateCascadeAndRestrict() was created, but it should be replaced with a proper validation.
private void validateCascadeAndRestrict()
This issue was fixed 2021-11-19 already.
Problem
At the moment we don't have validation for SQL statements. In the DropSchema class
private void validateCascadeAndRestrict()
was created, but it should be replaced with a proper validation.