Skip to content

Commit

Permalink
fix: zonky bug fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Oct 27, 2023
1 parent b28ac2d commit 4ee301d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public class GenericPreparedStatementBuilderTest extends InitializeQueryTest {
public void copyFromGenericBean() throws ArcException {

UtilitaireDao.get(0).executeImmediate(c, "DROP SCHEMA IF EXISTS arc_bas9 CASCADE;");
UtilitaireDao.get(0).executeImmediate(c, "CREATE TABLE zzz(a text);");

UtilitaireDao.get(0).executeImmediate(c, "CREATE SCHEMA arc_bas9;");

// create a test table with 26 lines
Expand Down

0 comments on commit 4ee301d

Please sign in to comment.