exasol / sql-statement-builder

Build SQL statements safely without string concatenation
MIT License
25 stars 4 forks source link

Replace validation in DropSchema class #45

Closed AnastasiiaSergienko closed 1 year ago

AnastasiiaSergienko commented 5 years ago

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.

redcatbear commented 1 year ago

This issue was fixed 2021-11-19 already.