This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 227588
Collapse All | Expand All

(-)a/db.dataview/test/unit/data/etc/dbdel.sql (-1 / +1 lines)
Line 1 Link Here
1
drop table simpletable;
1
drop table IF EXISTS CASCADE simpletable;

Return to bug 227588