Skip to content

Commit

Permalink
Fix OracleIntegrationSuite for JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailom-db committed May 30, 2024
1 parent 772d7d3 commit d54453e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class OracleIntegrationSuite extends DockerJDBCIntegrationV2Suite with V2JDBCTes
" bonus BINARY_DOUBLE)").executeUpdate()
connection.prepareStatement(
s"""CREATE TABLE pattern_testing_table (
|pattern_testing_col VARCHAR(50)
|pattern_testing_col VARCHAR2(50)
|)
""".stripMargin
).executeUpdate()
Expand Down

0 comments on commit d54453e

Please sign in to comment.