connell-class / revassess

this is a trial repo for making a template for the revature assessment
2 stars 11 forks source link

tier4/test1: "Invalid column index" with Oracle DB 12.1 #22

Closed flacks closed 4 years ago

flacks commented 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

Expected behavior Assertion of 3, test pass.