Skip to content

Commit

Permalink
0004849: Firebird result set is closed after routing
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Mar 1, 2021
1 parent 27e75d0 commit 51a4aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-jdbc/build.gradle
Expand Up @@ -21,7 +21,7 @@ apply from: symAssembleDir + '/common.gradle'
testCompile "org.hsqldb:hsqldb:$hsqldbVersion"
testCompile "org.xerial:sqlite-jdbc:$sqliteVersion"
testCompile "jdbc.db2:db2jcc:9.7"
testCompile "org.firebirdsql.jdbc:jaybird-jdk18:3.0.8"
testCompile "org.firebirdsql.jdbc:jaybird:4.0.2.java8"
testCompile "javax.resource:connector-api:1.5"
testCompile "jdbc.informix:ifxjdbc:1.0"
testCompile "jdbc.informix:ifxlang:1.0"
Expand Down

0 comments on commit 51a4aae

Please sign in to comment.