You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The SBK command specified here : hhttps://github.com/kmgowda/SBK/tree/master/driver-jdbc#jdbc-with-apache-derby should work without any issues
Additional context
The SBK should compile and SBK command should work without any issues after upgrading the Apache Derby version
The text was updated successfully, but these errors were encountered:
Hi @kmgowda . There seems to be a mix-up. The link for the package files for issue #314 (i.e. this issue) seems to have the package files link for issue #313 and vice versa. If possible, could you open this issue again so that I could make the necessary changes, thanks.
Describe the Issue (Bug/Feature)
The latest gradle Apache Derby package are available here : https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc/3.36.0.3
The SBK framework should include this in file: https://github.com/kmgowda/SBK/blob/master/driver-jdbc/build.gradle#L13
To Reproduce
change the lines : https://github.com/kmgowda/SBK/blob/master/driver-jdbc/build.gradle#L13
to use the latest version of apache derby
Expected behavior
The SBK command specified here : hhttps://github.com/kmgowda/SBK/tree/master/driver-jdbc#jdbc-with-apache-derby should work without any issues
Additional context
The SBK should compile and SBK command should work without any issues after upgrading the Apache Derby version
The text was updated successfully, but these errors were encountered: