From 1fef97a4863f92b2913cbca12e298286b73ced6c Mon Sep 17 00:00:00 2001 From: RolandHewage Date: Fri, 20 Aug 2021 10:05:05 +0530 Subject: [PATCH 1/2] Fix driver not detected issue --- snowflake.bal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snowflake.bal b/snowflake.bal index 5d83375..6a8bc13 100644 --- a/snowflake.bal +++ b/snowflake.bal @@ -16,3 +16,5 @@ // This file is here for the purpose of building the connector driver module. // We need add at least one .bal file to build the module. + +import ballerina/jballerina.java as _; From eb1e894f5f05a3a3059484a0e2633c93d210dd49 Mon Sep 17 00:00:00 2001 From: RolandHewage Date: Fri, 20 Aug 2021 10:15:13 +0530 Subject: [PATCH 2/2] Bump module version to 0.1.1 --- Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ballerina.toml b/Ballerina.toml index 2681dcc..606b805 100644 --- a/Ballerina.toml +++ b/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "snowflake.driver" -version = "0.1.0" +version = "0.1.1" license= ["Apache-2.0"] authors = ["Ballerina"] keywords = ["snowflake","cloud","data warehouse"]