Skip to content

Commit

Permalink
fix: zonky
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Oct 27, 2023
1 parent 630c335 commit afafe60
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ public class GenericPreparedStatementBuilderTest extends InitializeQueryTest {
@Test
public void copyFromGenericBean() throws ArcException {


System.out.println("§§§§§");
String version = UtilitaireDao.get(0).getString(c, new GenericPreparedStatementBuilder("select version()"));
String user = UtilitaireDao.get(0).getString(c, new GenericPreparedStatementBuilder("select current_user"));
String role = UtilitaireDao.get(0).getString(c, new GenericPreparedStatementBuilder("select current_role"));
System.out.println(version);
System.out.println(user);
System.out.println(role);



UtilitaireDao.get(0).executeImmediate(c, "DROP SCHEMA IF EXISTS test CASCADE;");
UtilitaireDao.get(0).executeImmediate(c, "CREATE SCHEMA test;");

Expand Down

0 comments on commit afafe60

Please sign in to comment.