We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734d0e9 commit 99249c3Copy full SHA for 99249c3
plugins/nf-sqldb/build.gradle
@@ -65,7 +65,7 @@ dependencies {
65
api 'org.mariadb.jdbc:mariadb-java-client:2.7.0'
66
api 'org.postgresql:postgresql:42.7.4'
67
api 'org.xerial:sqlite-jdbc:3.47.0.0'
68
- api 'org.duckdb:duckdb_jdbc:0.10.2'
+ api 'org.duckdb:duckdb_jdbc:1.3.0.0'
69
70
// JDBC driver setup for AWS Athena - the 3rd party JAR are being downloaded and setup as gradle tasks below.
71
// Reference https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html
0 commit comments