You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: int-tests-testng/src/test/java/org/jboss/arquillian/integration/persistence/datasource/derby/DerbyDropTable.java
+23-4Lines changed: 23 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,26 +22,45 @@
22
22
importjava.sql.PreparedStatement;
23
23
importjava.sql.SQLException;
24
24
25
+
/**
26
+
*
27
+
* Registered as stored procedure for Apache Derby database.
28
+
* It's a workaround for missing "DROP IF EXISTS" feature.
29
+
*
30
+
* The main rationale is to have repeatable tests where you can create drop/create tables safely.
0 commit comments