Closed flacks closed 4 years ago
Describe the bug On successful connection to an Oracle DB 12.1, line 26 of Answer1Test.java: assertEquals(3, cs.executeQuery().getInt(1)); returns: java.sql.SQLException: Invalid column index
assertEquals(3, cs.executeQuery().getInt(1));
java.sql.SQLException: Invalid column index
Expected behavior Assertion of 3, test pass.
Describe the bug On successful connection to an Oracle DB 12.1, line 26 of Answer1Test.java:
assertEquals(3, cs.executeQuery().getInt(1));
returns:java.sql.SQLException: Invalid column index
Expected behavior Assertion of 3, test pass.