ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
62 stars 20 forks source link

DROP TABLE/VIEW must check target type #70

Open cyberhuman opened 5 years ago

cyberhuman commented 5 years ago

Now it's possible to CREATE TABLE x, but DROP VIEW x, and vice versa. But it will fail in run-time.